Shades of Chenin #D9CB70
Tints of Chenin #D9CB70
RGB
CMYK
RGB Variations
Color information
#D9CB70 (or 0xD9CB70) is known color: Chenin. HEX triplet: D9, CB and 70. RGB value is (217,203,112). Sum of RGB (Red+Green+Blue) = 217+203+112=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB70 is #26348F. Grayscale: #C5C5C5. Windows color (decimal): -2503824 or 7392217. OLE color: 7392217.
HSL color Cylindrical-coordinate representation of color #D9CB70: hue angle of 52º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9CB70 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 112 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.15 |
| HSL | 52º | 0.58% | 0.65% | - |
| HSV(B) | 52º | 0.48% | 0.85% | - |
| XYZ | 52.9 | 58.63 | 23.86 | - |
| YUV | 196.81 | 80.14 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 112 | 0 | 0.06 | 0.48 | 0.15 | 52 | 0.58 | 0.65 |
| Hex | D9 | CB | 70 | 0 | 6 | 30 | F | 34 | 3A | 41 |
| Octal | 331 | 313 | 160 | 0 | 6 | 60 | 17 | 64 | 72 | 101 |
| Binary | 11011001 | 11001011 | 1110000 | 0 | 110 | 110000 | 1111 | 110100 | 111010 | 1000001 |
Color Harmonies of #D9CB70
Complementary color
Monochromatic Colors of #D9CB70
Black with #D9CB70
Text Example
Text Example
White with #D9CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB70; }
p { color: rgb(217,203,112); }
H1.HeaderClassName
{
color: #D9CB70;
}
.AnyTagClassName
{
color: #D9CB70;
}
</style>
background-color css
<style>
a { background-color: #D9CB70; }
a { background-color: rgb(217,203,112); }
div.DivClassName
{
background-color: #D9CB70;
}
.BgClassName
{
background-color: #D9CB70;
}
</style>
border-color css
<style>
span { border-color: #D9CB70; }
span { border-color: rgb(217,203,112); }
td.TdClassName
{
border-color: #D9CB70;
}
.TagClassName
{
border-color: #D9CB70;
}
</style>