Shades of Chenin #D8C170
Tints of Chenin #D8C170
RGB
CMYK
RGB Variations
Color information
#D8C170 (or 0xD8C170) is known color: Chenin. HEX triplet: D8, C1 and 70. RGB value is (216,193,112). Sum of RGB (Red+Green+Blue) = 216+193+112=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C170 is #273E8F. Grayscale: #BEBEBE. Windows color (decimal): -2571920 or 7389656. OLE color: 7389656.
HSL color Cylindrical-coordinate representation of color #D8C170: hue angle of 46.73º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8C170 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 112 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.15 |
| HSL | 46.73º | 0.57% | 0.64% | - |
| HSV(B) | 46.73º | 0.48% | 0.85% | - |
| XYZ | 50.31 | 53.91 | 23.08 | - |
| YUV | 190.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 112 | 0 | 0.11 | 0.48 | 0.15 | 46.73 | 0.57 | 0.64 |
| Hex | D8 | C1 | 70 | 0 | B | 30 | F | 2F | 39 | 40 |
| Octal | 330 | 301 | 160 | 0 | 13 | 60 | 17 | 57 | 71 | 100 |
| Binary | 11011000 | 11000001 | 1110000 | 0 | 1011 | 110000 | 1111 | 101111 | 111001 | 1000000 |
Color Harmonies of #D8C170
Complementary color
Monochromatic Colors of #D8C170
Black with #D8C170
Text Example
Text Example
White with #D8C170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C170; }
p { color: rgb(216,193,112); }
H1.HeaderClassName
{
color: #D8C170;
}
.AnyTagClassName
{
color: #D8C170;
}
</style>
background-color css
<style>
a { background-color: #D8C170; }
a { background-color: rgb(216,193,112); }
div.DivClassName
{
background-color: #D8C170;
}
.BgClassName
{
background-color: #D8C170;
}
</style>
border-color css
<style>
span { border-color: #D8C170; }
span { border-color: rgb(216,193,112); }
td.TdClassName
{
border-color: #D8C170;
}
.TagClassName
{
border-color: #D8C170;
}
</style>