Shades of Chenin #DCC76D
Tints of Chenin #DCC76D
RGB
CMYK
RGB Variations
Color information
#DCC76D (or 0xDCC76D) is known color: Chenin. HEX triplet: DC, C7 and 6D. RGB value is (220,199,109). Sum of RGB (Red+Green+Blue) = 220+199+109=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC76D is #233892. Grayscale: #C3C3C3. Windows color (decimal): -2308243 or 7194588. OLE color: 7194588.
HSL color Cylindrical-coordinate representation of color #DCC76D: hue angle of 48.65º 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 #DCC76D is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 109 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.14 |
| HSL | 48.65º | 0.61% | 0.65% | - |
| HSV(B) | 48.65º | 0.5% | 0.86% | - |
| XYZ | 52.7 | 57.17 | 22.72 | - |
| YUV | 195.02 | 79.46 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 109 | 0 | 0.10 | 0.50 | 0.14 | 48.65 | 0.61 | 0.65 |
| Hex | DC | C7 | 6D | 0 | A | 32 | E | 31 | 3D | 41 |
| Octal | 334 | 307 | 155 | 0 | 12 | 62 | 16 | 61 | 75 | 101 |
| Binary | 11011100 | 11000111 | 1101101 | 0 | 1010 | 110010 | 1110 | 110001 | 111101 | 1000001 |
Color Harmonies of #DCC76D
Complementary color
Monochromatic Colors of #DCC76D
Black with #DCC76D
Text Example
Text Example
White with #DCC76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC76D; }
p { color: rgb(220,199,109); }
H1.HeaderClassName
{
color: #DCC76D;
}
.AnyTagClassName
{
color: #DCC76D;
}
</style>
background-color css
<style>
a { background-color: #DCC76D; }
a { background-color: rgb(220,199,109); }
div.DivClassName
{
background-color: #DCC76D;
}
.BgClassName
{
background-color: #DCC76D;
}
</style>
border-color css
<style>
span { border-color: #DCC76D; }
span { border-color: rgb(220,199,109); }
td.TdClassName
{
border-color: #DCC76D;
}
.TagClassName
{
border-color: #DCC76D;
}
</style>