Shades of Chenin #DCC46E
Tints of Chenin #DCC46E
RGB
CMYK
RGB Variations
Color information
#DCC46E (or 0xDCC46E) is known color: Chenin. HEX triplet: DC, C4 and 6E. RGB value is (220,196,110). Sum of RGB (Red+Green+Blue) = 220+196+110=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC46E is #233B91. Grayscale: #C1C1C1. Windows color (decimal): -2309010 or 7259356. OLE color: 7259356.
HSL color Cylindrical-coordinate representation of color #DCC46E: hue angle of 46.91º 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 #DCC46E is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 110 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.14 |
| HSL | 46.91º | 0.61% | 0.65% | - |
| HSV(B) | 46.91º | 0.5% | 0.86% | - |
| XYZ | 52.07 | 55.82 | 22.78 | - |
| YUV | 193.37 | 80.95 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 110 | 0 | 0.11 | 0.50 | 0.14 | 46.91 | 0.61 | 0.65 |
| Hex | DC | C4 | 6E | 0 | B | 32 | E | 2F | 3D | 41 |
| Octal | 334 | 304 | 156 | 0 | 13 | 62 | 16 | 57 | 75 | 101 |
| Binary | 11011100 | 11000100 | 1101110 | 0 | 1011 | 110010 | 1110 | 101111 | 111101 | 1000001 |
Color Harmonies of #DCC46E
Complementary color
Monochromatic Colors of #DCC46E
Black with #DCC46E
Text Example
Text Example
White with #DCC46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC46E; }
p { color: rgb(220,196,110); }
H1.HeaderClassName
{
color: #DCC46E;
}
.AnyTagClassName
{
color: #DCC46E;
}
</style>
background-color css
<style>
a { background-color: #DCC46E; }
a { background-color: rgb(220,196,110); }
div.DivClassName
{
background-color: #DCC46E;
}
.BgClassName
{
background-color: #DCC46E;
}
</style>
border-color css
<style>
span { border-color: #DCC46E; }
span { border-color: rgb(220,196,110); }
td.TdClassName
{
border-color: #DCC46E;
}
.TagClassName
{
border-color: #DCC46E;
}
</style>