Shades of Chenin #DCC06C
Tints of Chenin #DCC06C
RGB
CMYK
RGB Variations
Color information
#DCC06C (or 0xDCC06C) is known color: Chenin. HEX triplet: DC, C0 and 6C. RGB value is (220,192,108). Sum of RGB (Red+Green+Blue) = 220+192+108=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC06C is #233F93. Grayscale: #BFBFBF. Windows color (decimal): -2310036 or 7127260. OLE color: 7127260.
HSL color Cylindrical-coordinate representation of color #DCC06C: hue angle of 45º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCC06C is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 108 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.14 |
| HSL | 45º | 0.62% | 0.64% | - |
| HSV(B) | 45º | 0.51% | 0.86% | - |
| XYZ | 51.07 | 54 | 21.92 | - |
| YUV | 190.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 108 | 0 | 0.13 | 0.51 | 0.14 | 45 | 0.62 | 0.64 |
| Hex | DC | C0 | 6C | 0 | D | 33 | E | 2D | 3E | 40 |
| Octal | 334 | 300 | 154 | 0 | 15 | 63 | 16 | 55 | 76 | 100 |
| Binary | 11011100 | 11000000 | 1101100 | 0 | 1101 | 110011 | 1110 | 101101 | 111110 | 1000000 |
Color Harmonies of #DCC06C
Complementary color
Monochromatic Colors of #DCC06C
Black with #DCC06C
Text Example
Text Example
White with #DCC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC06C; }
p { color: rgb(220,192,108); }
H1.HeaderClassName
{
color: #DCC06C;
}
.AnyTagClassName
{
color: #DCC06C;
}
</style>
background-color css
<style>
a { background-color: #DCC06C; }
a { background-color: rgb(220,192,108); }
div.DivClassName
{
background-color: #DCC06C;
}
.BgClassName
{
background-color: #DCC06C;
}
</style>
border-color css
<style>
span { border-color: #DCC06C; }
span { border-color: rgb(220,192,108); }
td.TdClassName
{
border-color: #DCC06C;
}
.TagClassName
{
border-color: #DCC06C;
}
</style>