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