Shades of Cream Can #DFC356
Tints of Cream Can #DFC356
RGB
CMYK
RGB Variations
Color information
#DFC356 (or 0xDFC356) is known color: Cream Can. HEX triplet: DF, C3 and 56. RGB value is (223,195,86). Sum of RGB (Red+Green+Blue) = 223+195+86=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC356 is #203CA9. Grayscale: #BFBFBF. Windows color (decimal): -2112682 or 5686239. OLE color: 5686239.
HSL color Cylindrical-coordinate representation of color #DFC356: hue angle of 47.74º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFC356 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 86 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.13 |
| HSL | 47.74º | 0.68% | 0.61% | - |
| HSV(B) | 47.74º | 0.61% | 0.87% | - |
| XYZ | 51.63 | 55.39 | 16.77 | - |
| YUV | 190.95 | 68.78 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 86 | 0 | 0.13 | 0.61 | 0.13 | 47.74 | 0.68 | 0.61 |
| Hex | DF | C3 | 56 | 0 | D | 3D | D | 30 | 44 | 3D |
| Octal | 337 | 303 | 126 | 0 | 15 | 75 | 15 | 60 | 104 | 75 |
| Binary | 11011111 | 11000011 | 1010110 | 0 | 1101 | 111101 | 1101 | 110000 | 1000100 | 111101 |
Color Harmonies of #DFC356
Complementary color
Monochromatic Colors of #DFC356
Black with #DFC356
Text Example
Text Example
White with #DFC356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC356; }
p { color: rgb(223,195,86); }
H1.HeaderClassName
{
color: #DFC356;
}
.AnyTagClassName
{
color: #DFC356;
}
</style>
background-color css
<style>
a { background-color: #DFC356; }
a { background-color: rgb(223,195,86); }
div.DivClassName
{
background-color: #DFC356;
}
.BgClassName
{
background-color: #DFC356;
}
</style>
border-color css
<style>
span { border-color: #DFC356; }
span { border-color: rgb(223,195,86); }
td.TdClassName
{
border-color: #DFC356;
}
.TagClassName
{
border-color: #DFC356;
}
</style>