Shades of Chenin #D5B972
Tints of Chenin #D5B972
RGB
CMYK
RGB Variations
Color information
#D5B972 (or 0xD5B972) is known color: Chenin. HEX triplet: D5, B9 and 72. RGB value is (213,185,114). Sum of RGB (Red+Green+Blue) = 213+185+114=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B972 is #2A468D. Grayscale: #B9B9B9. Windows color (decimal): -2770574 or 7518677. OLE color: 7518677.
HSL color Cylindrical-coordinate representation of color #D5B972: hue angle of 43.03º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5B972 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 114 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.16 |
| HSL | 43.03º | 0.54% | 0.64% | - |
| HSV(B) | 43.03º | 0.46% | 0.84% | - |
| XYZ | 47.83 | 50.06 | 23.06 | - |
| YUV | 185.28 | 87.78 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 114 | 0 | 0.13 | 0.46 | 0.16 | 43.03 | 0.54 | 0.64 |
| Hex | D5 | B9 | 72 | 0 | D | 2E | 10 | 2B | 36 | 40 |
| Octal | 325 | 271 | 162 | 0 | 15 | 56 | 20 | 53 | 66 | 100 |
| Binary | 11010101 | 10111001 | 1110010 | 0 | 1101 | 101110 | 10000 | 101011 | 110110 | 1000000 |
Color Harmonies of #D5B972
Complementary color
Monochromatic Colors of #D5B972
Black with #D5B972
Text Example
Text Example
White with #D5B972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B972; }
p { color: rgb(213,185,114); }
H1.HeaderClassName
{
color: #D5B972;
}
.AnyTagClassName
{
color: #D5B972;
}
</style>
background-color css
<style>
a { background-color: #D5B972; }
a { background-color: rgb(213,185,114); }
div.DivClassName
{
background-color: #D5B972;
}
.BgClassName
{
background-color: #D5B972;
}
</style>
border-color css
<style>
span { border-color: #D5B972; }
span { border-color: rgb(213,185,114); }
td.TdClassName
{
border-color: #D5B972;
}
.TagClassName
{
border-color: #D5B972;
}
</style>