Shades of Chenin #DCC36C
Tints of Chenin #DCC36C
RGB
CMYK
RGB Variations
Color information
#DCC36C (or 0xDCC36C) is known color: Chenin. HEX triplet: DC, C3 and 6C. RGB value is (220,195,108). Sum of RGB (Red+Green+Blue) = 220+195+108=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC36C is #233C93. Grayscale: #C0C0C0. Windows color (decimal): -2309268 or 7128028. OLE color: 7128028.
HSL color Cylindrical-coordinate representation of color #DCC36C: hue angle of 46.61º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCC36C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 108 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.14 |
| HSL | 46.61º | 0.62% | 0.64% | - |
| HSV(B) | 46.61º | 0.51% | 0.86% | - |
| XYZ | 51.74 | 55.33 | 22.14 | - |
| YUV | 192.56 | 80.28 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 108 | 0 | 0.11 | 0.51 | 0.14 | 46.61 | 0.62 | 0.64 |
| Hex | DC | C3 | 6C | 0 | B | 33 | E | 2F | 3E | 40 |
| Octal | 334 | 303 | 154 | 0 | 13 | 63 | 16 | 57 | 76 | 100 |
| Binary | 11011100 | 11000011 | 1101100 | 0 | 1011 | 110011 | 1110 | 101111 | 111110 | 1000000 |
Color Harmonies of #DCC36C
Complementary color
Monochromatic Colors of #DCC36C
Black with #DCC36C
Text Example
Text Example
White with #DCC36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC36C; }
p { color: rgb(220,195,108); }
H1.HeaderClassName
{
color: #DCC36C;
}
.AnyTagClassName
{
color: #DCC36C;
}
</style>
background-color css
<style>
a { background-color: #DCC36C; }
a { background-color: rgb(220,195,108); }
div.DivClassName
{
background-color: #DCC36C;
}
.BgClassName
{
background-color: #DCC36C;
}
</style>
border-color css
<style>
span { border-color: #DCC36C; }
span { border-color: rgb(220,195,108); }
td.TdClassName
{
border-color: #DCC36C;
}
.TagClassName
{
border-color: #DCC36C;
}
</style>