Shades of Chenin #D4C077
Tints of Chenin #D4C077
RGB
CMYK
RGB Variations
Color information
#D4C077 (or 0xD4C077) is known color: Chenin. HEX triplet: D4, C0 and 77. RGB value is (212,192,119). Sum of RGB (Red+Green+Blue) = 212+192+119=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C077 is #2B3F88. Grayscale: #BDBDBD. Windows color (decimal): -2834313 or 7848148. OLE color: 7848148.
HSL color Cylindrical-coordinate representation of color #D4C077: hue angle of 47.1º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4C077 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 119 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.17 |
| HSL | 47.1º | 0.52% | 0.65% | - |
| HSV(B) | 47.1º | 0.44% | 0.83% | - |
| XYZ | 49.33 | 53.03 | 25.09 | - |
| YUV | 189.66 | 88.13 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 119 | 0 | 0.09 | 0.44 | 0.17 | 47.1 | 0.52 | 0.65 |
| Hex | D4 | C0 | 77 | 0 | 9 | 2C | 11 | 2F | 34 | 41 |
| Octal | 324 | 300 | 167 | 0 | 11 | 54 | 21 | 57 | 64 | 101 |
| Binary | 11010100 | 11000000 | 1110111 | 0 | 1001 | 101100 | 10001 | 101111 | 110100 | 1000001 |
Color Harmonies of #D4C077
Complementary color
Monochromatic Colors of #D4C077
Black with #D4C077
Text Example
Text Example
White with #D4C077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C077; }
p { color: rgb(212,192,119); }
H1.HeaderClassName
{
color: #D4C077;
}
.AnyTagClassName
{
color: #D4C077;
}
</style>
background-color css
<style>
a { background-color: #D4C077; }
a { background-color: rgb(212,192,119); }
div.DivClassName
{
background-color: #D4C077;
}
.BgClassName
{
background-color: #D4C077;
}
</style>
border-color css
<style>
span { border-color: #D4C077; }
span { border-color: rgb(212,192,119); }
td.TdClassName
{
border-color: #D4C077;
}
.TagClassName
{
border-color: #D4C077;
}
</style>