Shades of Chenin #DCCA6D
Tints of Chenin #DCCA6D
RGB
CMYK
RGB Variations
Color information
#DCCA6D (or 0xDCCA6D) is known color: Chenin. HEX triplet: DC, CA and 6D. RGB value is (220,202,109). Sum of RGB (Red+Green+Blue) = 220+202+109=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA6D is #233592. Grayscale: #C5C5C5. Windows color (decimal): -2307475 or 7195356. OLE color: 7195356.
HSL color Cylindrical-coordinate representation of color #DCCA6D: hue angle of 50.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCCA6D is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 109 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.14 |
| HSL | 50.27º | 0.61% | 0.65% | - |
| HSV(B) | 50.27º | 0.5% | 0.86% | - |
| XYZ | 53.4 | 58.56 | 22.96 | - |
| YUV | 196.78 | 78.46 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 109 | 0 | 0.08 | 0.50 | 0.14 | 50.27 | 0.61 | 0.65 |
| Hex | DC | CA | 6D | 0 | 8 | 32 | E | 32 | 3D | 41 |
| Octal | 334 | 312 | 155 | 0 | 10 | 62 | 16 | 62 | 75 | 101 |
| Binary | 11011100 | 11001010 | 1101101 | 0 | 1000 | 110010 | 1110 | 110010 | 111101 | 1000001 |
Color Harmonies of #DCCA6D
Complementary color
Monochromatic Colors of #DCCA6D
Black with #DCCA6D
Text Example
Text Example
White with #DCCA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA6D; }
p { color: rgb(220,202,109); }
H1.HeaderClassName
{
color: #DCCA6D;
}
.AnyTagClassName
{
color: #DCCA6D;
}
</style>
background-color css
<style>
a { background-color: #DCCA6D; }
a { background-color: rgb(220,202,109); }
div.DivClassName
{
background-color: #DCCA6D;
}
.BgClassName
{
background-color: #DCCA6D;
}
</style>
border-color css
<style>
span { border-color: #DCCA6D; }
span { border-color: rgb(220,202,109); }
td.TdClassName
{
border-color: #DCCA6D;
}
.TagClassName
{
border-color: #DCCA6D;
}
</style>