Shades of Chenin #D8CB71
Tints of Chenin #D8CB71
RGB
CMYK
RGB Variations
Color information
#D8CB71 (or 0xD8CB71) is known color: Chenin. HEX triplet: D8, CB and 71. RGB value is (216,203,113). Sum of RGB (Red+Green+Blue) = 216+203+113=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CB71 is #27348E. Grayscale: #C5C5C5. Windows color (decimal): -2569359 or 7457752. OLE color: 7457752.
HSL color Cylindrical-coordinate representation of color #D8CB71: hue angle of 52.43º degrees, saturation: 0.57, 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 #D8CB71 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 113 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.15 |
| HSL | 52.43º | 0.57% | 0.65% | - |
| HSV(B) | 52.43º | 0.48% | 0.85% | - |
| XYZ | 52.66 | 58.5 | 24.14 | - |
| YUV | 196.63 | 80.81 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 113 | 0 | 0.06 | 0.48 | 0.15 | 52.43 | 0.57 | 0.65 |
| Hex | D8 | CB | 71 | 0 | 6 | 30 | F | 34 | 39 | 41 |
| Octal | 330 | 313 | 161 | 0 | 6 | 60 | 17 | 64 | 71 | 101 |
| Binary | 11011000 | 11001011 | 1110001 | 0 | 110 | 110000 | 1111 | 110100 | 111001 | 1000001 |
Color Harmonies of #D8CB71
Complementary color
Monochromatic Colors of #D8CB71
Black with #D8CB71
Text Example
Text Example
White with #D8CB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CB71; }
p { color: rgb(216,203,113); }
H1.HeaderClassName
{
color: #D8CB71;
}
.AnyTagClassName
{
color: #D8CB71;
}
</style>
background-color css
<style>
a { background-color: #D8CB71; }
a { background-color: rgb(216,203,113); }
div.DivClassName
{
background-color: #D8CB71;
}
.BgClassName
{
background-color: #D8CB71;
}
</style>
border-color css
<style>
span { border-color: #D8CB71; }
span { border-color: rgb(216,203,113); }
td.TdClassName
{
border-color: #D8CB71;
}
.TagClassName
{
border-color: #D8CB71;
}
</style>