Shades of Chenin #D7BD73
Tints of Chenin #D7BD73
RGB
CMYK
RGB Variations
Color information
#D7BD73 (or 0xD7BD73) is known color: Chenin. HEX triplet: D7, BD and 73. RGB value is (215,189,115). Sum of RGB (Red+Green+Blue) = 215+189+115=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BD73 is #28428C. Grayscale: #BCBCBC. Windows color (decimal): -2638477 or 7585239. OLE color: 7585239.
HSL color Cylindrical-coordinate representation of color #D7BD73: hue angle of 44.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7BD73 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 115 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.16 |
| HSL | 44.4º | 0.56% | 0.65% | - |
| HSV(B) | 44.4º | 0.47% | 0.84% | - |
| XYZ | 49.32 | 52.08 | 23.67 | - |
| YUV | 188.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 115 | 0 | 0.12 | 0.47 | 0.16 | 44.4 | 0.56 | 0.65 |
| Hex | D7 | BD | 73 | 0 | C | 2F | 10 | 2C | 38 | 41 |
| Octal | 327 | 275 | 163 | 0 | 14 | 57 | 20 | 54 | 70 | 101 |
| Binary | 11010111 | 10111101 | 1110011 | 0 | 1100 | 101111 | 10000 | 101100 | 111000 | 1000001 |
Color Harmonies of #D7BD73
Complementary color
Monochromatic Colors of #D7BD73
Black with #D7BD73
Text Example
Text Example
White with #D7BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD73; }
p { color: rgb(215,189,115); }
H1.HeaderClassName
{
color: #D7BD73;
}
.AnyTagClassName
{
color: #D7BD73;
}
</style>
background-color css
<style>
a { background-color: #D7BD73; }
a { background-color: rgb(215,189,115); }
div.DivClassName
{
background-color: #D7BD73;
}
.BgClassName
{
background-color: #D7BD73;
}
</style>
border-color css
<style>
span { border-color: #D7BD73; }
span { border-color: rgb(215,189,115); }
td.TdClassName
{
border-color: #D7BD73;
}
.TagClassName
{
border-color: #D7BD73;
}
</style>