Shades of Chenin #DCC872
Tints of Chenin #DCC872
RGB
CMYK
RGB Variations
Color information
#DCC872 (or 0xDCC872) is known color: Chenin. HEX triplet: DC, C8 and 72. RGB value is (220,200,114). Sum of RGB (Red+Green+Blue) = 220+200+114=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC872 is #23378D. Grayscale: #C4C4C4. Windows color (decimal): -2307982 or 7522524. OLE color: 7522524.
HSL color Cylindrical-coordinate representation of color #DCC872: hue angle of 48.68º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCC872 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 114 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.14 |
| HSL | 48.68º | 0.6% | 0.65% | - |
| HSV(B) | 48.68º | 0.48% | 0.86% | - |
| XYZ | 53.21 | 57.74 | 24.26 | - |
| YUV | 196.18 | 81.63 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 114 | 0 | 0.09 | 0.48 | 0.14 | 48.68 | 0.6 | 0.65 |
| Hex | DC | C8 | 72 | 0 | 9 | 30 | E | 31 | 3C | 41 |
| Octal | 334 | 310 | 162 | 0 | 11 | 60 | 16 | 61 | 74 | 101 |
| Binary | 11011100 | 11001000 | 1110010 | 0 | 1001 | 110000 | 1110 | 110001 | 111100 | 1000001 |
Color Harmonies of #DCC872
Complementary color
Monochromatic Colors of #DCC872
Black with #DCC872
Text Example
Text Example
White with #DCC872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC872; }
p { color: rgb(220,200,114); }
H1.HeaderClassName
{
color: #DCC872;
}
.AnyTagClassName
{
color: #DCC872;
}
</style>
background-color css
<style>
a { background-color: #DCC872; }
a { background-color: rgb(220,200,114); }
div.DivClassName
{
background-color: #DCC872;
}
.BgClassName
{
background-color: #DCC872;
}
</style>
border-color css
<style>
span { border-color: #DCC872; }
span { border-color: rgb(220,200,114); }
td.TdClassName
{
border-color: #DCC872;
}
.TagClassName
{
border-color: #DCC872;
}
</style>