Shades of Cream Can #DFC354
Tints of Cream Can #DFC354
RGB
CMYK
RGB Variations
Color information
#DFC354 (or 0xDFC354) is known color: Cream Can. HEX triplet: DF, C3 and 54. RGB value is (223,195,84). Sum of RGB (Red+Green+Blue) = 223+195+84=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC354 is #203CAB. Grayscale: #BFBFBF. Windows color (decimal): -2112684 or 5555167. OLE color: 5555167.
HSL color Cylindrical-coordinate representation of color #DFC354: hue angle of 47.91º 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 #DFC354 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 84 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.13 |
| HSL | 47.91º | 0.68% | 0.6% | - |
| HSV(B) | 47.91º | 0.62% | 0.87% | - |
| XYZ | 51.55 | 55.36 | 16.36 | - |
| YUV | 190.72 | 67.78 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 84 | 0 | 0.13 | 0.62 | 0.13 | 47.91 | 0.68 | 0.6 |
| Hex | DF | C3 | 54 | 0 | D | 3E | D | 30 | 44 | 3C |
| Octal | 337 | 303 | 124 | 0 | 15 | 76 | 15 | 60 | 104 | 74 |
| Binary | 11011111 | 11000011 | 1010100 | 0 | 1101 | 111110 | 1101 | 110000 | 1000100 | 111100 |
Color Harmonies of #DFC354
Complementary color
Monochromatic Colors of #DFC354
Black with #DFC354
Text Example
Text Example
White with #DFC354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC354; }
p { color: rgb(223,195,84); }
H1.HeaderClassName
{
color: #DFC354;
}
.AnyTagClassName
{
color: #DFC354;
}
</style>
background-color css
<style>
a { background-color: #DFC354; }
a { background-color: rgb(223,195,84); }
div.DivClassName
{
background-color: #DFC354;
}
.BgClassName
{
background-color: #DFC354;
}
</style>
border-color css
<style>
span { border-color: #DFC354; }
span { border-color: rgb(223,195,84); }
td.TdClassName
{
border-color: #DFC354;
}
.TagClassName
{
border-color: #DFC354;
}
</style>