Shades of Chenin #D6BE72
Tints of Chenin #D6BE72
RGB
CMYK
RGB Variations
Color information
#D6BE72 (or 0xD6BE72) is known color: Chenin. HEX triplet: D6, BE and 72. RGB value is (214,190,114). Sum of RGB (Red+Green+Blue) = 214+190+114=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BE72 is #29418D. Grayscale: #BCBCBC. Windows color (decimal): -2703758 or 7519958. OLE color: 7519958.
HSL color Cylindrical-coordinate representation of color #D6BE72: hue angle of 45.6º 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 #D6BE72 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 114 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.16 |
| HSL | 45.6º | 0.55% | 0.64% | - |
| HSV(B) | 45.6º | 0.47% | 0.84% | - |
| XYZ | 49.18 | 52.34 | 23.43 | - |
| YUV | 188.51 | 85.95 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 114 | 0 | 0.11 | 0.47 | 0.16 | 45.6 | 0.55 | 0.64 |
| Hex | D6 | BE | 72 | 0 | B | 2F | 10 | 2E | 37 | 40 |
| Octal | 326 | 276 | 162 | 0 | 13 | 57 | 20 | 56 | 67 | 100 |
| Binary | 11010110 | 10111110 | 1110010 | 0 | 1011 | 101111 | 10000 | 101110 | 110111 | 1000000 |
Color Harmonies of #D6BE72
Complementary color
Monochromatic Colors of #D6BE72
Black with #D6BE72
Text Example
Text Example
White with #D6BE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE72; }
p { color: rgb(214,190,114); }
H1.HeaderClassName
{
color: #D6BE72;
}
.AnyTagClassName
{
color: #D6BE72;
}
</style>
background-color css
<style>
a { background-color: #D6BE72; }
a { background-color: rgb(214,190,114); }
div.DivClassName
{
background-color: #D6BE72;
}
.BgClassName
{
background-color: #D6BE72;
}
</style>
border-color css
<style>
span { border-color: #D6BE72; }
span { border-color: rgb(214,190,114); }
td.TdClassName
{
border-color: #D6BE72;
}
.TagClassName
{
border-color: #D6BE72;
}
</style>