Shades of Chenin #D7BD6E
Tints of Chenin #D7BD6E
RGB
CMYK
RGB Variations
Color information
#D7BD6E (or 0xD7BD6E) is known color: Chenin. HEX triplet: D7, BD and 6E. RGB value is (215,189,110). Sum of RGB (Red+Green+Blue) = 215+189+110=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BD6E is #284291. Grayscale: #BCBCBC. Windows color (decimal): -2638482 or 7257559. OLE color: 7257559.
HSL color Cylindrical-coordinate representation of color #D7BD6E: hue angle of 45.14º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7BD6E is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 110 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.16 |
| HSL | 45.14º | 0.57% | 0.64% | - |
| HSV(B) | 45.14º | 0.49% | 0.84% | - |
| XYZ | 49.04 | 51.97 | 22.2 | - |
| YUV | 187.77 | 84.11 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 110 | 0 | 0.12 | 0.49 | 0.16 | 45.14 | 0.57 | 0.64 |
| Hex | D7 | BD | 6E | 0 | C | 31 | 10 | 2D | 39 | 40 |
| Octal | 327 | 275 | 156 | 0 | 14 | 61 | 20 | 55 | 71 | 100 |
| Binary | 11010111 | 10111101 | 1101110 | 0 | 1100 | 110001 | 10000 | 101101 | 111001 | 1000000 |
Color Harmonies of #D7BD6E
Complementary color
Monochromatic Colors of #D7BD6E
Black with #D7BD6E
Text Example
Text Example
White with #D7BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD6E; }
p { color: rgb(215,189,110); }
H1.HeaderClassName
{
color: #D7BD6E;
}
.AnyTagClassName
{
color: #D7BD6E;
}
</style>
background-color css
<style>
a { background-color: #D7BD6E; }
a { background-color: rgb(215,189,110); }
div.DivClassName
{
background-color: #D7BD6E;
}
.BgClassName
{
background-color: #D7BD6E;
}
</style>
border-color css
<style>
span { border-color: #D7BD6E; }
span { border-color: rgb(215,189,110); }
td.TdClassName
{
border-color: #D7BD6E;
}
.TagClassName
{
border-color: #D7BD6E;
}
</style>