Shades of Chenin #DCC06F
Tints of Chenin #DCC06F
RGB
CMYK
RGB Variations
Color information
#DCC06F (or 0xDCC06F) is known color: Chenin. HEX triplet: DC, C0 and 6F. RGB value is (220,192,111). Sum of RGB (Red+Green+Blue) = 220+192+111=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC06F is #233F90. Grayscale: #BFBFBF. Windows color (decimal): -2310033 or 7323868. OLE color: 7323868.
HSL color Cylindrical-coordinate representation of color #DCC06F: hue angle of 44.59º 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 #DCC06F is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 111 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.14 |
| HSL | 44.59º | 0.61% | 0.65% | - |
| HSV(B) | 44.59º | 0.5% | 0.86% | - |
| XYZ | 51.23 | 54.06 | 22.77 | - |
| YUV | 191.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 111 | 0 | 0.13 | 0.50 | 0.14 | 44.59 | 0.61 | 0.65 |
| Hex | DC | C0 | 6F | 0 | D | 32 | E | 2D | 3D | 41 |
| Octal | 334 | 300 | 157 | 0 | 15 | 62 | 16 | 55 | 75 | 101 |
| Binary | 11011100 | 11000000 | 1101111 | 0 | 1101 | 110010 | 1110 | 101101 | 111101 | 1000001 |
Color Harmonies of #DCC06F
Complementary color
Monochromatic Colors of #DCC06F
Black with #DCC06F
Text Example
Text Example
White with #DCC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC06F; }
p { color: rgb(220,192,111); }
H1.HeaderClassName
{
color: #DCC06F;
}
.AnyTagClassName
{
color: #DCC06F;
}
</style>
background-color css
<style>
a { background-color: #DCC06F; }
a { background-color: rgb(220,192,111); }
div.DivClassName
{
background-color: #DCC06F;
}
.BgClassName
{
background-color: #DCC06F;
}
</style>
border-color css
<style>
span { border-color: #DCC06F; }
span { border-color: rgb(220,192,111); }
td.TdClassName
{
border-color: #DCC06F;
}
.TagClassName
{
border-color: #DCC06F;
}
</style>