Shades of Chenin #DCCA66
Tints of Chenin #DCCA66
RGB
CMYK
RGB Variations
Color information
#DCCA66 (or 0xDCCA66) is known color: Chenin. HEX triplet: DC, CA and 66. RGB value is (220,202,102). Sum of RGB (Red+Green+Blue) = 220+202+102=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA66 is #233599. Grayscale: #C4C4C4. Windows color (decimal): -2307482 or 6736604. OLE color: 6736604.
HSL color Cylindrical-coordinate representation of color #DCCA66: hue angle of 50.85º 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 #DCCA66 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 102 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.14 |
| HSL | 50.85º | 0.63% | 0.63% | - |
| HSV(B) | 50.85º | 0.54% | 0.86% | - |
| XYZ | 53.03 | 58.42 | 21.05 | - |
| YUV | 195.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 102 | 0 | 0.08 | 0.54 | 0.14 | 50.85 | 0.63 | 0.63 |
| Hex | DC | CA | 66 | 0 | 8 | 36 | E | 33 | 3F | 3F |
| Octal | 334 | 312 | 146 | 0 | 10 | 66 | 16 | 63 | 77 | 77 |
| Binary | 11011100 | 11001010 | 1100110 | 0 | 1000 | 110110 | 1110 | 110011 | 111111 | 111111 |
Color Harmonies of #DCCA66
Complementary color
Monochromatic Colors of #DCCA66
Black with #DCCA66
Text Example
Text Example
White with #DCCA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA66; }
p { color: rgb(220,202,102); }
H1.HeaderClassName
{
color: #DCCA66;
}
.AnyTagClassName
{
color: #DCCA66;
}
</style>
background-color css
<style>
a { background-color: #DCCA66; }
a { background-color: rgb(220,202,102); }
div.DivClassName
{
background-color: #DCCA66;
}
.BgClassName
{
background-color: #DCCA66;
}
</style>
border-color css
<style>
span { border-color: #DCCA66; }
span { border-color: rgb(220,202,102); }
td.TdClassName
{
border-color: #DCCA66;
}
.TagClassName
{
border-color: #DCCA66;
}
</style>