Shades of Chenin #DCC166
Tints of Chenin #DCC166
RGB
CMYK
RGB Variations
Color information
#DCC166 (or 0xDCC166) is known color: Chenin. HEX triplet: DC, C1 and 66. RGB value is (220,193,102). Sum of RGB (Red+Green+Blue) = 220+193+102=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC166 is #233E99. Grayscale: #BFBFBF. Windows color (decimal): -2309786 or 6734300. OLE color: 6734300.
HSL color Cylindrical-coordinate representation of color #DCC166: hue angle of 46.27º 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 #DCC166 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 102 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.14 |
| HSL | 46.27º | 0.63% | 0.63% | - |
| HSV(B) | 46.27º | 0.54% | 0.86% | - |
| XYZ | 50.98 | 54.31 | 20.37 | - |
| YUV | 190.7 | 77.95 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 102 | 0 | 0.12 | 0.54 | 0.14 | 46.27 | 0.63 | 0.63 |
| Hex | DC | C1 | 66 | 0 | C | 36 | E | 2E | 3F | 3F |
| Octal | 334 | 301 | 146 | 0 | 14 | 66 | 16 | 56 | 77 | 77 |
| Binary | 11011100 | 11000001 | 1100110 | 0 | 1100 | 110110 | 1110 | 101110 | 111111 | 111111 |
Color Harmonies of #DCC166
Complementary color
Monochromatic Colors of #DCC166
Black with #DCC166
Text Example
Text Example
White with #DCC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC166; }
p { color: rgb(220,193,102); }
H1.HeaderClassName
{
color: #DCC166;
}
.AnyTagClassName
{
color: #DCC166;
}
</style>
background-color css
<style>
a { background-color: #DCC166; }
a { background-color: rgb(220,193,102); }
div.DivClassName
{
background-color: #DCC166;
}
.BgClassName
{
background-color: #DCC166;
}
</style>
border-color css
<style>
span { border-color: #DCC166; }
span { border-color: rgb(220,193,102); }
td.TdClassName
{
border-color: #DCC166;
}
.TagClassName
{
border-color: #DCC166;
}
</style>