Shades of Chenin #DCC973
Tints of Chenin #DCC973
RGB
CMYK
RGB Variations
Color information
#DCC973 (or 0xDCC973) is known color: Chenin. HEX triplet: DC, C9 and 73. RGB value is (220,201,115). Sum of RGB (Red+Green+Blue) = 220+201+115=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC973 is #23368C. Grayscale: #C5C5C5. Windows color (decimal): -2307725 or 7588316. OLE color: 7588316.
HSL color Cylindrical-coordinate representation of color #DCC973: hue angle of 49.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCC973 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 115 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.14 |
| HSL | 49.14º | 0.6% | 0.66% | - |
| HSV(B) | 49.14º | 0.48% | 0.86% | - |
| XYZ | 53.5 | 58.23 | 24.64 | - |
| YUV | 196.88 | 81.79 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 115 | 0 | 0.09 | 0.48 | 0.14 | 49.14 | 0.6 | 0.66 |
| Hex | DC | C9 | 73 | 0 | 9 | 30 | E | 31 | 3C | 42 |
| Octal | 334 | 311 | 163 | 0 | 11 | 60 | 16 | 61 | 74 | 102 |
| Binary | 11011100 | 11001001 | 1110011 | 0 | 1001 | 110000 | 1110 | 110001 | 111100 | 1000010 |
Color Harmonies of #DCC973
Complementary color
Monochromatic Colors of #DCC973
Black with #DCC973
Text Example
Text Example
White with #DCC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC973; }
p { color: rgb(220,201,115); }
H1.HeaderClassName
{
color: #DCC973;
}
.AnyTagClassName
{
color: #DCC973;
}
</style>
background-color css
<style>
a { background-color: #DCC973; }
a { background-color: rgb(220,201,115); }
div.DivClassName
{
background-color: #DCC973;
}
.BgClassName
{
background-color: #DCC973;
}
</style>
border-color css
<style>
span { border-color: #DCC973; }
span { border-color: rgb(220,201,115); }
td.TdClassName
{
border-color: #DCC973;
}
.TagClassName
{
border-color: #DCC973;
}
</style>