Shades of Chenin #DCC366
Tints of Chenin #DCC366
RGB
CMYK
RGB Variations
Color information
#DCC366 (or 0xDCC366) is known color: Chenin. HEX triplet: DC, C3 and 66. RGB value is (220,195,102). Sum of RGB (Red+Green+Blue) = 220+195+102=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC366 is #233C99. Grayscale: #C0C0C0. Windows color (decimal): -2309274 or 6734812. OLE color: 6734812.
HSL color Cylindrical-coordinate representation of color #DCC366: hue angle of 47.29º 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 #DCC366 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 102 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.14 |
| HSL | 47.29º | 0.63% | 0.63% | - |
| HSV(B) | 47.29º | 0.54% | 0.86% | - |
| XYZ | 51.43 | 55.21 | 20.52 | - |
| YUV | 191.87 | 77.28 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 102 | 0 | 0.11 | 0.54 | 0.14 | 47.29 | 0.63 | 0.63 |
| Hex | DC | C3 | 66 | 0 | B | 36 | E | 2F | 3F | 3F |
| Octal | 334 | 303 | 146 | 0 | 13 | 66 | 16 | 57 | 77 | 77 |
| Binary | 11011100 | 11000011 | 1100110 | 0 | 1011 | 110110 | 1110 | 101111 | 111111 | 111111 |
Color Harmonies of #DCC366
Complementary color
Monochromatic Colors of #DCC366
Black with #DCC366
Text Example
Text Example
White with #DCC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC366; }
p { color: rgb(220,195,102); }
H1.HeaderClassName
{
color: #DCC366;
}
.AnyTagClassName
{
color: #DCC366;
}
</style>
background-color css
<style>
a { background-color: #DCC366; }
a { background-color: rgb(220,195,102); }
div.DivClassName
{
background-color: #DCC366;
}
.BgClassName
{
background-color: #DCC366;
}
</style>
border-color css
<style>
span { border-color: #DCC366; }
span { border-color: rgb(220,195,102); }
td.TdClassName
{
border-color: #DCC366;
}
.TagClassName
{
border-color: #DCC366;
}
</style>