Shades of Chenin #DCC36A
Tints of Chenin #DCC36A
RGB
CMYK
RGB Variations
Color information
#DCC36A (or 0xDCC36A) is known color: Chenin. HEX triplet: DC, C3 and 6A. RGB value is (220,195,106). Sum of RGB (Red+Green+Blue) = 220+195+106=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC36A is #233C95. Grayscale: #C0C0C0. Windows color (decimal): -2309270 or 6996956. OLE color: 6996956.
HSL color Cylindrical-coordinate representation of color #DCC36A: hue angle of 46.84º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCC36A is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 106 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.14 |
| HSL | 46.84º | 0.62% | 0.64% | - |
| HSV(B) | 46.84º | 0.52% | 0.86% | - |
| XYZ | 51.63 | 55.29 | 21.59 | - |
| YUV | 192.33 | 79.28 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 106 | 0 | 0.11 | 0.52 | 0.14 | 46.84 | 0.62 | 0.64 |
| Hex | DC | C3 | 6A | 0 | B | 34 | E | 2F | 3E | 40 |
| Octal | 334 | 303 | 152 | 0 | 13 | 64 | 16 | 57 | 76 | 100 |
| Binary | 11011100 | 11000011 | 1101010 | 0 | 1011 | 110100 | 1110 | 101111 | 111110 | 1000000 |
Color Harmonies of #DCC36A
Complementary color
Monochromatic Colors of #DCC36A
Black with #DCC36A
Text Example
Text Example
White with #DCC36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC36A; }
p { color: rgb(220,195,106); }
H1.HeaderClassName
{
color: #DCC36A;
}
.AnyTagClassName
{
color: #DCC36A;
}
</style>
background-color css
<style>
a { background-color: #DCC36A; }
a { background-color: rgb(220,195,106); }
div.DivClassName
{
background-color: #DCC36A;
}
.BgClassName
{
background-color: #DCC36A;
}
</style>
border-color css
<style>
span { border-color: #DCC36A; }
span { border-color: rgb(220,195,106); }
td.TdClassName
{
border-color: #DCC36A;
}
.TagClassName
{
border-color: #DCC36A;
}
</style>