Shades of Chenin #D8B974
Tints of Chenin #D8B974
RGB
CMYK
RGB Variations
Color information
#D8B974 (or 0xD8B974) is known color: Chenin. HEX triplet: D8, B9 and 74. RGB value is (216,185,116). Sum of RGB (Red+Green+Blue) = 216+185+116=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B974 is #27468B. Grayscale: #BABABA. Windows color (decimal): -2573964 or 7649752. OLE color: 7649752.
HSL color Cylindrical-coordinate representation of color #D8B974: hue angle of 41.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8B974 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 185 | 116 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.15 |
| HSL | 41.4º | 0.56% | 0.65% | - |
| HSV(B) | 41.4º | 0.46% | 0.85% | - |
| XYZ | 48.82 | 50.56 | 23.71 | - |
| YUV | 186.4 | 88.27 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 185 | 116 | 0 | 0.14 | 0.46 | 0.15 | 41.4 | 0.56 | 0.65 |
| Hex | D8 | B9 | 74 | 0 | E | 2E | F | 29 | 38 | 41 |
| Octal | 330 | 271 | 164 | 0 | 16 | 56 | 17 | 51 | 70 | 101 |
| Binary | 11011000 | 10111001 | 1110100 | 0 | 1110 | 101110 | 1111 | 101001 | 111000 | 1000001 |
Color Harmonies of #D8B974
Complementary color
Monochromatic Colors of #D8B974
Black with #D8B974
Text Example
Text Example
White with #D8B974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B974; }
p { color: rgb(216,185,116); }
H1.HeaderClassName
{
color: #D8B974;
}
.AnyTagClassName
{
color: #D8B974;
}
</style>
background-color css
<style>
a { background-color: #D8B974; }
a { background-color: rgb(216,185,116); }
div.DivClassName
{
background-color: #D8B974;
}
.BgClassName
{
background-color: #D8B974;
}
</style>
border-color css
<style>
span { border-color: #D8B974; }
span { border-color: rgb(216,185,116); }
td.TdClassName
{
border-color: #D8B974;
}
.TagClassName
{
border-color: #D8B974;
}
</style>