Shades of Chenin #D7BF6C
Tints of Chenin #D7BF6C
RGB
CMYK
RGB Variations
Color information
#D7BF6C (or 0xD7BF6C) is known color: Chenin. HEX triplet: D7, BF and 6C. RGB value is (215,191,108). Sum of RGB (Red+Green+Blue) = 215+191+108=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BF6C is #284093. Grayscale: #BDBDBD. Windows color (decimal): -2637972 or 7126999. OLE color: 7126999.
HSL color Cylindrical-coordinate representation of color #D7BF6C: hue angle of 46.54º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7BF6C is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 191 | 108 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.16 |
| HSL | 46.54º | 0.57% | 0.63% | - |
| HSV(B) | 46.54º | 0.5% | 0.84% | - |
| XYZ | 49.36 | 52.79 | 21.78 | - |
| YUV | 188.71 | 82.45 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 108 | 0 | 0.11 | 0.50 | 0.16 | 46.54 | 0.57 | 0.63 |
| Hex | D7 | BF | 6C | 0 | B | 32 | 10 | 2F | 39 | 3F |
| Octal | 327 | 277 | 154 | 0 | 13 | 62 | 20 | 57 | 71 | 77 |
| Binary | 11010111 | 10111111 | 1101100 | 0 | 1011 | 110010 | 10000 | 101111 | 111001 | 111111 |
Color Harmonies of #D7BF6C
Complementary color
Monochromatic Colors of #D7BF6C
Black with #D7BF6C
Text Example
Text Example
White with #D7BF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BF6C; }
p { color: rgb(215,191,108); }
H1.HeaderClassName
{
color: #D7BF6C;
}
.AnyTagClassName
{
color: #D7BF6C;
}
</style>
background-color css
<style>
a { background-color: #D7BF6C; }
a { background-color: rgb(215,191,108); }
div.DivClassName
{
background-color: #D7BF6C;
}
.BgClassName
{
background-color: #D7BF6C;
}
</style>
border-color css
<style>
span { border-color: #D7BF6C; }
span { border-color: rgb(215,191,108); }
td.TdClassName
{
border-color: #D7BF6C;
}
.TagClassName
{
border-color: #D7BF6C;
}
</style>