Shades of Chenin #DCC066
Tints of Chenin #DCC066
RGB
CMYK
RGB Variations
Color information
#DCC066 (or 0xDCC066) is known color: Chenin. HEX triplet: DC, C0 and 66. RGB value is (220,192,102). Sum of RGB (Red+Green+Blue) = 220+192+102=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC066 is #233F99. Grayscale: #BEBEBE. Windows color (decimal): -2310042 or 6734044. OLE color: 6734044.
HSL color Cylindrical-coordinate representation of color #DCC066: hue angle of 45.76º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCC066 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 102 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.14 |
| HSL | 45.76º | 0.63% | 0.63% | - |
| HSV(B) | 45.76º | 0.54% | 0.86% | - |
| XYZ | 50.76 | 53.87 | 20.29 | - |
| YUV | 190.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 102 | 0 | 0.13 | 0.54 | 0.14 | 45.76 | 0.63 | 0.63 |
| Hex | DC | C0 | 66 | 0 | D | 36 | E | 2E | 3F | 3F |
| Octal | 334 | 300 | 146 | 0 | 15 | 66 | 16 | 56 | 77 | 77 |
| Binary | 11011100 | 11000000 | 1100110 | 0 | 1101 | 110110 | 1110 | 101110 | 111111 | 111111 |
Color Harmonies of #DCC066
Complementary color
Monochromatic Colors of #DCC066
Black with #DCC066
Text Example
Text Example
White with #DCC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC066; }
p { color: rgb(220,192,102); }
H1.HeaderClassName
{
color: #DCC066;
}
.AnyTagClassName
{
color: #DCC066;
}
</style>
background-color css
<style>
a { background-color: #DCC066; }
a { background-color: rgb(220,192,102); }
div.DivClassName
{
background-color: #DCC066;
}
.BgClassName
{
background-color: #DCC066;
}
</style>
border-color css
<style>
span { border-color: #DCC066; }
span { border-color: rgb(220,192,102); }
td.TdClassName
{
border-color: #DCC066;
}
.TagClassName
{
border-color: #DCC066;
}
</style>