When creating a PDF using PrawnPDF with code:
d = Prawn::Document.new( page_size: [595,842] )
d.text( 'hello world', color: [3, 89, 86, 0] )
d.render
And then decompressing the PDF and inspecting the contents, there should only be /DeviceCMYK CS
in there but there are also /DeviceRGB CS
in there also.
Trying to get everything CMYK