Shades of Cream Can #DFC355
Tints of Cream Can #DFC355
RGB
CMYK
RGB Variations
Color information
#DFC355 (or 0xDFC355) is known color: Cream Can. HEX triplet: DF, C3 and 55. RGB value is (223,195,85). Sum of RGB (Red+Green+Blue) = 223+195+85=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC355 is #203CAA. Grayscale: #BFBFBF. Windows color (decimal): -2112683 or 5620703. OLE color: 5620703.
HSL color Cylindrical-coordinate representation of color #DFC355: hue angle of 47.83º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFC355 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 85 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.13 |
| HSL | 47.83º | 0.68% | 0.6% | - |
| HSV(B) | 47.83º | 0.62% | 0.87% | - |
| XYZ | 51.59 | 55.37 | 16.56 | - |
| YUV | 190.83 | 68.28 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 85 | 0 | 0.13 | 0.62 | 0.13 | 47.83 | 0.68 | 0.6 |
| Hex | DF | C3 | 55 | 0 | D | 3E | D | 30 | 44 | 3C |
| Octal | 337 | 303 | 125 | 0 | 15 | 76 | 15 | 60 | 104 | 74 |
| Binary | 11011111 | 11000011 | 1010101 | 0 | 1101 | 111110 | 1101 | 110000 | 1000100 | 111100 |
Color Harmonies of #DFC355
Complementary color
Monochromatic Colors of #DFC355
Black with #DFC355
Text Example
Text Example
White with #DFC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC355; }
p { color: rgb(223,195,85); }
H1.HeaderClassName
{
color: #DFC355;
}
.AnyTagClassName
{
color: #DFC355;
}
</style>
background-color css
<style>
a { background-color: #DFC355; }
a { background-color: rgb(223,195,85); }
div.DivClassName
{
background-color: #DFC355;
}
.BgClassName
{
background-color: #DFC355;
}
</style>
border-color css
<style>
span { border-color: #DFC355; }
span { border-color: rgb(223,195,85); }
td.TdClassName
{
border-color: #DFC355;
}
.TagClassName
{
border-color: #DFC355;
}
</style>