Shades of Chenin #D6BF72
Tints of Chenin #D6BF72
RGB
CMYK
RGB Variations
Color information
#D6BF72 (or 0xD6BF72) is known color: Chenin. HEX triplet: D6, BF and 72. RGB value is (214,191,114). Sum of RGB (Red+Green+Blue) = 214+191+114=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BF72 is #29408D. Grayscale: #BDBDBD. Windows color (decimal): -2703502 or 7520214. OLE color: 7520214.
HSL color Cylindrical-coordinate representation of color #D6BF72: hue angle of 46.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6BF72 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 114 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.16 |
| HSL | 46.2º | 0.55% | 0.64% | - |
| HSV(B) | 46.2º | 0.47% | 0.84% | - |
| XYZ | 49.4 | 52.77 | 23.5 | - |
| YUV | 189.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 114 | 0 | 0.11 | 0.47 | 0.16 | 46.2 | 0.55 | 0.64 |
| Hex | D6 | BF | 72 | 0 | B | 2F | 10 | 2E | 37 | 40 |
| Octal | 326 | 277 | 162 | 0 | 13 | 57 | 20 | 56 | 67 | 100 |
| Binary | 11010110 | 10111111 | 1110010 | 0 | 1011 | 101111 | 10000 | 101110 | 110111 | 1000000 |
Color Harmonies of #D6BF72
Complementary color
Monochromatic Colors of #D6BF72
Black with #D6BF72
Text Example
Text Example
White with #D6BF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BF72; }
p { color: rgb(214,191,114); }
H1.HeaderClassName
{
color: #D6BF72;
}
.AnyTagClassName
{
color: #D6BF72;
}
</style>
background-color css
<style>
a { background-color: #D6BF72; }
a { background-color: rgb(214,191,114); }
div.DivClassName
{
background-color: #D6BF72;
}
.BgClassName
{
background-color: #D6BF72;
}
</style>
border-color css
<style>
span { border-color: #D6BF72; }
span { border-color: rgb(214,191,114); }
td.TdClassName
{
border-color: #D6BF72;
}
.TagClassName
{
border-color: #D6BF72;
}
</style>