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