Shades of Chenin #DCC36F
Tints of Chenin #DCC36F
RGB
CMYK
RGB Variations
Color information
#DCC36F (or 0xDCC36F) is known color: Chenin. HEX triplet: DC, C3 and 6F. RGB value is (220,195,111). Sum of RGB (Red+Green+Blue) = 220+195+111=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC36F is #233C90. Grayscale: #C1C1C1. Windows color (decimal): -2309265 or 7324636. OLE color: 7324636.
HSL color Cylindrical-coordinate representation of color #DCC36F: hue angle of 46.24º 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 #DCC36F is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 111 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.14 |
| HSL | 46.24º | 0.61% | 0.65% | - |
| HSV(B) | 46.24º | 0.5% | 0.86% | - |
| XYZ | 51.9 | 55.39 | 23 | - |
| YUV | 192.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 111 | 0 | 0.11 | 0.50 | 0.14 | 46.24 | 0.61 | 0.65 |
| Hex | DC | C3 | 6F | 0 | B | 32 | E | 2E | 3D | 41 |
| Octal | 334 | 303 | 157 | 0 | 13 | 62 | 16 | 56 | 75 | 101 |
| Binary | 11011100 | 11000011 | 1101111 | 0 | 1011 | 110010 | 1110 | 101110 | 111101 | 1000001 |
Color Harmonies of #DCC36F
Complementary color
Monochromatic Colors of #DCC36F
Black with #DCC36F
Text Example
Text Example
White with #DCC36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC36F; }
p { color: rgb(220,195,111); }
H1.HeaderClassName
{
color: #DCC36F;
}
.AnyTagClassName
{
color: #DCC36F;
}
</style>
background-color css
<style>
a { background-color: #DCC36F; }
a { background-color: rgb(220,195,111); }
div.DivClassName
{
background-color: #DCC36F;
}
.BgClassName
{
background-color: #DCC36F;
}
</style>
border-color css
<style>
span { border-color: #DCC36F; }
span { border-color: rgb(220,195,111); }
td.TdClassName
{
border-color: #DCC36F;
}
.TagClassName
{
border-color: #DCC36F;
}
</style>