Shades of Chenin #DCC36E
Tints of Chenin #DCC36E
RGB
CMYK
RGB Variations
Color information
#DCC36E (or 0xDCC36E) is known color: Chenin. HEX triplet: DC, C3 and 6E. RGB value is (220,195,110). Sum of RGB (Red+Green+Blue) = 220+195+110=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC36E is #233C91. Grayscale: #C1C1C1. Windows color (decimal): -2309266 or 7259100. OLE color: 7259100.
HSL color Cylindrical-coordinate representation of color #DCC36E: hue angle of 46.36º 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 #DCC36E is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 110 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.14 |
| HSL | 46.36º | 0.61% | 0.65% | - |
| HSV(B) | 46.36º | 0.5% | 0.86% | - |
| XYZ | 51.84 | 55.37 | 22.71 | - |
| YUV | 192.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 110 | 0 | 0.11 | 0.50 | 0.14 | 46.36 | 0.61 | 0.65 |
| Hex | DC | C3 | 6E | 0 | B | 32 | E | 2E | 3D | 41 |
| Octal | 334 | 303 | 156 | 0 | 13 | 62 | 16 | 56 | 75 | 101 |
| Binary | 11011100 | 11000011 | 1101110 | 0 | 1011 | 110010 | 1110 | 101110 | 111101 | 1000001 |
Color Harmonies of #DCC36E
Complementary color
Monochromatic Colors of #DCC36E
Black with #DCC36E
Text Example
Text Example
White with #DCC36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC36E; }
p { color: rgb(220,195,110); }
H1.HeaderClassName
{
color: #DCC36E;
}
.AnyTagClassName
{
color: #DCC36E;
}
</style>
background-color css
<style>
a { background-color: #DCC36E; }
a { background-color: rgb(220,195,110); }
div.DivClassName
{
background-color: #DCC36E;
}
.BgClassName
{
background-color: #DCC36E;
}
</style>
border-color css
<style>
span { border-color: #DCC36E; }
span { border-color: rgb(220,195,110); }
td.TdClassName
{
border-color: #DCC36E;
}
.TagClassName
{
border-color: #DCC36E;
}
</style>