Shades of Chenin #D5B973
Tints of Chenin #D5B973
RGB
CMYK
RGB Variations
Color information
#D5B973 (or 0xD5B973) is known color: Chenin. HEX triplet: D5, B9 and 73. RGB value is (213,185,115). Sum of RGB (Red+Green+Blue) = 213+185+115=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B973 is #2A468C. Grayscale: #B9B9B9. Windows color (decimal): -2770573 or 7584213. OLE color: 7584213.
HSL color Cylindrical-coordinate representation of color #D5B973: hue angle of 42.86º 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 #D5B973 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 115 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.16 |
| HSL | 42.86º | 0.54% | 0.64% | - |
| HSV(B) | 42.86º | 0.46% | 0.84% | - |
| XYZ | 47.88 | 50.08 | 23.36 | - |
| YUV | 185.39 | 88.28 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 115 | 0 | 0.13 | 0.46 | 0.16 | 42.86 | 0.54 | 0.64 |
| Hex | D5 | B9 | 73 | 0 | D | 2E | 10 | 2B | 36 | 40 |
| Octal | 325 | 271 | 163 | 0 | 15 | 56 | 20 | 53 | 66 | 100 |
| Binary | 11010101 | 10111001 | 1110011 | 0 | 1101 | 101110 | 10000 | 101011 | 110110 | 1000000 |
Color Harmonies of #D5B973
Complementary color
Monochromatic Colors of #D5B973
Black with #D5B973
Text Example
Text Example
White with #D5B973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B973; }
p { color: rgb(213,185,115); }
H1.HeaderClassName
{
color: #D5B973;
}
.AnyTagClassName
{
color: #D5B973;
}
</style>
background-color css
<style>
a { background-color: #D5B973; }
a { background-color: rgb(213,185,115); }
div.DivClassName
{
background-color: #D5B973;
}
.BgClassName
{
background-color: #D5B973;
}
</style>
border-color css
<style>
span { border-color: #D5B973; }
span { border-color: rgb(213,185,115); }
td.TdClassName
{
border-color: #D5B973;
}
.TagClassName
{
border-color: #D5B973;
}
</style>