Shades of Chenin #D7BF6E
Tints of Chenin #D7BF6E
RGB
CMYK
RGB Variations
Color information
#D7BF6E (or 0xD7BF6E) is known color: Chenin. HEX triplet: D7, BF and 6E. RGB value is (215,191,110). Sum of RGB (Red+Green+Blue) = 215+191+110=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BF6E is #284091. Grayscale: #BDBDBD. Windows color (decimal): -2637970 or 7258071. OLE color: 7258071.
HSL color Cylindrical-coordinate representation of color #D7BF6E: hue angle of 46.29º 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 #D7BF6E is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 191 | 110 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.16 |
| HSL | 46.29º | 0.57% | 0.64% | - |
| HSV(B) | 46.29º | 0.49% | 0.84% | - |
| XYZ | 49.47 | 52.83 | 22.34 | - |
| YUV | 188.94 | 83.45 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 110 | 0 | 0.11 | 0.49 | 0.16 | 46.29 | 0.57 | 0.64 |
| Hex | D7 | BF | 6E | 0 | B | 31 | 10 | 2E | 39 | 40 |
| Octal | 327 | 277 | 156 | 0 | 13 | 61 | 20 | 56 | 71 | 100 |
| Binary | 11010111 | 10111111 | 1101110 | 0 | 1011 | 110001 | 10000 | 101110 | 111001 | 1000000 |
Color Harmonies of #D7BF6E
Complementary color
Monochromatic Colors of #D7BF6E
Black with #D7BF6E
Text Example
Text Example
White with #D7BF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BF6E; }
p { color: rgb(215,191,110); }
H1.HeaderClassName
{
color: #D7BF6E;
}
.AnyTagClassName
{
color: #D7BF6E;
}
</style>
background-color css
<style>
a { background-color: #D7BF6E; }
a { background-color: rgb(215,191,110); }
div.DivClassName
{
background-color: #D7BF6E;
}
.BgClassName
{
background-color: #D7BF6E;
}
</style>
border-color css
<style>
span { border-color: #D7BF6E; }
span { border-color: rgb(215,191,110); }
td.TdClassName
{
border-color: #D7BF6E;
}
.TagClassName
{
border-color: #D7BF6E;
}
</style>