Shades of Chenin #DCC376
Tints of Chenin #DCC376
RGB
CMYK
RGB Variations
Color information
#DCC376 (or 0xDCC376) is known color: Chenin. HEX triplet: DC, C3 and 76. RGB value is (220,195,118). Sum of RGB (Red+Green+Blue) = 220+195+118=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC376 is #233C89. Grayscale: #C2C2C2. Windows color (decimal): -2309258 or 7783388. OLE color: 7783388.
HSL color Cylindrical-coordinate representation of color #DCC376: hue angle of 45.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCC376 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 118 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.14 |
| HSL | 45.29º | 0.59% | 0.66% | - |
| HSV(B) | 45.29º | 0.46% | 0.86% | - |
| XYZ | 52.3 | 55.55 | 25.11 | - |
| YUV | 193.7 | 85.28 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 118 | 0 | 0.11 | 0.46 | 0.14 | 45.29 | 0.59 | 0.66 |
| Hex | DC | C3 | 76 | 0 | B | 2E | E | 2D | 3B | 42 |
| Octal | 334 | 303 | 166 | 0 | 13 | 56 | 16 | 55 | 73 | 102 |
| Binary | 11011100 | 11000011 | 1110110 | 0 | 1011 | 101110 | 1110 | 101101 | 111011 | 1000010 |
Color Harmonies of #DCC376
Complementary color
Monochromatic Colors of #DCC376
Black with #DCC376
Text Example
Text Example
White with #DCC376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC376; }
p { color: rgb(220,195,118); }
H1.HeaderClassName
{
color: #DCC376;
}
.AnyTagClassName
{
color: #DCC376;
}
</style>
background-color css
<style>
a { background-color: #DCC376; }
a { background-color: rgb(220,195,118); }
div.DivClassName
{
background-color: #DCC376;
}
.BgClassName
{
background-color: #DCC376;
}
</style>
border-color css
<style>
span { border-color: #DCC376; }
span { border-color: rgb(220,195,118); }
td.TdClassName
{
border-color: #DCC376;
}
.TagClassName
{
border-color: #DCC376;
}
</style>