Shades of Chenin #DCC96D
Tints of Chenin #DCC96D
RGB
CMYK
RGB Variations
Color information
#DCC96D (or 0xDCC96D) is known color: Chenin. HEX triplet: DC, C9 and 6D. RGB value is (220,201,109). Sum of RGB (Red+Green+Blue) = 220+201+109=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC96D is #233692. Grayscale: #C4C4C4. Windows color (decimal): -2307731 or 7195100. OLE color: 7195100.
HSL color Cylindrical-coordinate representation of color #DCC96D: hue angle of 49.73º 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 #DCC96D is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 109 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.14 |
| HSL | 49.73º | 0.61% | 0.65% | - |
| HSV(B) | 49.73º | 0.5% | 0.86% | - |
| XYZ | 53.16 | 58.09 | 22.88 | - |
| YUV | 196.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 109 | 0 | 0.09 | 0.50 | 0.14 | 49.73 | 0.61 | 0.65 |
| Hex | DC | C9 | 6D | 0 | 9 | 32 | E | 32 | 3D | 41 |
| Octal | 334 | 311 | 155 | 0 | 11 | 62 | 16 | 62 | 75 | 101 |
| Binary | 11011100 | 11001001 | 1101101 | 0 | 1001 | 110010 | 1110 | 110010 | 111101 | 1000001 |
Color Harmonies of #DCC96D
Complementary color
Monochromatic Colors of #DCC96D
Black with #DCC96D
Text Example
Text Example
White with #DCC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC96D; }
p { color: rgb(220,201,109); }
H1.HeaderClassName
{
color: #DCC96D;
}
.AnyTagClassName
{
color: #DCC96D;
}
</style>
background-color css
<style>
a { background-color: #DCC96D; }
a { background-color: rgb(220,201,109); }
div.DivClassName
{
background-color: #DCC96D;
}
.BgClassName
{
background-color: #DCC96D;
}
</style>
border-color css
<style>
span { border-color: #DCC96D; }
span { border-color: rgb(220,201,109); }
td.TdClassName
{
border-color: #DCC96D;
}
.TagClassName
{
border-color: #DCC96D;
}
</style>