Shades of Chenin #DCC06D
Tints of Chenin #DCC06D
RGB
CMYK
RGB Variations
Color information
#DCC06D (or 0xDCC06D) is known color: Chenin. HEX triplet: DC, C0 and 6D. RGB value is (220,192,109). Sum of RGB (Red+Green+Blue) = 220+192+109=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC06D is #233F92. Grayscale: #BFBFBF. Windows color (decimal): -2310035 or 7192796. OLE color: 7192796.
HSL color Cylindrical-coordinate representation of color #DCC06D: hue angle of 44.86º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCC06D is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 109 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.14 |
| HSL | 44.86º | 0.61% | 0.65% | - |
| HSV(B) | 44.86º | 0.5% | 0.86% | - |
| XYZ | 51.13 | 54.02 | 22.2 | - |
| YUV | 190.91 | 81.78 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 109 | 0 | 0.13 | 0.50 | 0.14 | 44.86 | 0.61 | 0.65 |
| Hex | DC | C0 | 6D | 0 | D | 32 | E | 2D | 3D | 41 |
| Octal | 334 | 300 | 155 | 0 | 15 | 62 | 16 | 55 | 75 | 101 |
| Binary | 11011100 | 11000000 | 1101101 | 0 | 1101 | 110010 | 1110 | 101101 | 111101 | 1000001 |
Color Harmonies of #DCC06D
Complementary color
Monochromatic Colors of #DCC06D
Black with #DCC06D
Text Example
Text Example
White with #DCC06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC06D; }
p { color: rgb(220,192,109); }
H1.HeaderClassName
{
color: #DCC06D;
}
.AnyTagClassName
{
color: #DCC06D;
}
</style>
background-color css
<style>
a { background-color: #DCC06D; }
a { background-color: rgb(220,192,109); }
div.DivClassName
{
background-color: #DCC06D;
}
.BgClassName
{
background-color: #DCC06D;
}
</style>
border-color css
<style>
span { border-color: #DCC06D; }
span { border-color: rgb(220,192,109); }
td.TdClassName
{
border-color: #DCC06D;
}
.TagClassName
{
border-color: #DCC06D;
}
</style>