Shades of Chenin #DCC676
Tints of Chenin #DCC676
RGB
CMYK
RGB Variations
Color information
#DCC676 (or 0xDCC676) is known color: Chenin. HEX triplet: DC, C6 and 76. RGB value is (220,198,118). Sum of RGB (Red+Green+Blue) = 220+198+118=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC676 is #233989. Grayscale: #C3C3C3. Windows color (decimal): -2308490 or 7784156. OLE color: 7784156.
HSL color Cylindrical-coordinate representation of color #DCC676: hue angle of 47.06º 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 #DCC676 is Cyan = 0, Magento = 0.1, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 118 | - |
| CMYK | 0 | 0.1 | 0.46 | 0.14 |
| HSL | 47.06º | 0.59% | 0.66% | - |
| HSV(B) | 47.06º | 0.46% | 0.86% | - |
| XYZ | 52.98 | 56.91 | 25.33 | - |
| YUV | 195.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 118 | 0 | 0.1 | 0.46 | 0.14 | 47.06 | 0.59 | 0.66 |
| Hex | DC | C6 | 76 | 0 | A | 2E | E | 2F | 3B | 42 |
| Octal | 334 | 306 | 166 | 0 | 12 | 56 | 16 | 57 | 73 | 102 |
| Binary | 11011100 | 11000110 | 1110110 | 0 | 1010 | 101110 | 1110 | 101111 | 111011 | 1000010 |
Color Harmonies of #DCC676
Complementary color
Monochromatic Colors of #DCC676
Black with #DCC676
Text Example
Text Example
White with #DCC676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC676; }
p { color: rgb(220,198,118); }
H1.HeaderClassName
{
color: #DCC676;
}
.AnyTagClassName
{
color: #DCC676;
}
</style>
background-color css
<style>
a { background-color: #DCC676; }
a { background-color: rgb(220,198,118); }
div.DivClassName
{
background-color: #DCC676;
}
.BgClassName
{
background-color: #DCC676;
}
</style>
border-color css
<style>
span { border-color: #DCC676; }
span { border-color: rgb(220,198,118); }
td.TdClassName
{
border-color: #DCC676;
}
.TagClassName
{
border-color: #DCC676;
}
</style>