Shades of Chenin #DCC073
Tints of Chenin #DCC073
RGB
CMYK
RGB Variations
Color information
#DCC073 (or 0xDCC073) is known color: Chenin. HEX triplet: DC, C0 and 73. RGB value is (220,192,115). Sum of RGB (Red+Green+Blue) = 220+192+115=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 115 (45.31% from 255 or 21.82% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC073 is #233F8C. Grayscale: #BFBFBF. Windows color (decimal): -2310029 or 7586012. OLE color: 7586012.
HSL color Cylindrical-coordinate representation of color #DCC073: hue angle of 44º 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 #DCC073 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 115 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.14 |
| HSL | 44º | 0.6% | 0.66% | - |
| HSV(B) | 44º | 0.48% | 0.86% | - |
| XYZ | 51.46 | 54.15 | 23.96 | - |
| YUV | 191.59 | 84.78 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 115 | 0 | 0.13 | 0.48 | 0.14 | 44 | 0.6 | 0.66 |
| Hex | DC | C0 | 73 | 0 | D | 30 | E | 2C | 3C | 42 |
| Octal | 334 | 300 | 163 | 0 | 15 | 60 | 16 | 54 | 74 | 102 |
| Binary | 11011100 | 11000000 | 1110011 | 0 | 1101 | 110000 | 1110 | 101100 | 111100 | 1000010 |
Color Harmonies of #DCC073
Complementary color
Monochromatic Colors of #DCC073
Black with #DCC073
Text Example
Text Example
White with #DCC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC073; }
p { color: rgb(220,192,115); }
H1.HeaderClassName
{
color: #DCC073;
}
.AnyTagClassName
{
color: #DCC073;
}
</style>
background-color css
<style>
a { background-color: #DCC073; }
a { background-color: rgb(220,192,115); }
div.DivClassName
{
background-color: #DCC073;
}
.BgClassName
{
background-color: #DCC073;
}
</style>
border-color css
<style>
span { border-color: #DCC073; }
span { border-color: rgb(220,192,115); }
td.TdClassName
{
border-color: #DCC073;
}
.TagClassName
{
border-color: #DCC073;
}
</style>