Shades of Chenin #DCC566
Tints of Chenin #DCC566
RGB
CMYK
RGB Variations
Color information
#DCC566 (or 0xDCC566) is known color: Chenin. HEX triplet: DC, C5 and 66. RGB value is (220,197,102). Sum of RGB (Red+Green+Blue) = 220+197+102=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC566 is #233A99. Grayscale: #C1C1C1. Windows color (decimal): -2308762 or 6735324. OLE color: 6735324.
HSL color Cylindrical-coordinate representation of color #DCC566: hue angle of 48.31º 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 #DCC566 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 102 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.14 |
| HSL | 48.31º | 0.63% | 0.63% | - |
| HSV(B) | 48.31º | 0.54% | 0.86% | - |
| XYZ | 51.88 | 56.11 | 20.67 | - |
| YUV | 193.05 | 76.62 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 102 | 0 | 0.10 | 0.54 | 0.14 | 48.31 | 0.63 | 0.63 |
| Hex | DC | C5 | 66 | 0 | A | 36 | E | 30 | 3F | 3F |
| Octal | 334 | 305 | 146 | 0 | 12 | 66 | 16 | 60 | 77 | 77 |
| Binary | 11011100 | 11000101 | 1100110 | 0 | 1010 | 110110 | 1110 | 110000 | 111111 | 111111 |
Color Harmonies of #DCC566
Complementary color
Monochromatic Colors of #DCC566
Black with #DCC566
Text Example
Text Example
White with #DCC566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC566; }
p { color: rgb(220,197,102); }
H1.HeaderClassName
{
color: #DCC566;
}
.AnyTagClassName
{
color: #DCC566;
}
</style>
background-color css
<style>
a { background-color: #DCC566; }
a { background-color: rgb(220,197,102); }
div.DivClassName
{
background-color: #DCC566;
}
.BgClassName
{
background-color: #DCC566;
}
</style>
border-color css
<style>
span { border-color: #DCC566; }
span { border-color: rgb(220,197,102); }
td.TdClassName
{
border-color: #DCC566;
}
.TagClassName
{
border-color: #DCC566;
}
</style>