Shades of Chenin #D6BE73
Tints of Chenin #D6BE73
RGB
CMYK
RGB Variations
Color information
#D6BE73 (or 0xD6BE73) is known color: Chenin. HEX triplet: D6, BE and 73. RGB value is (214,190,115). Sum of RGB (Red+Green+Blue) = 214+190+115=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BE73 is #29418C. Grayscale: #BCBCBC. Windows color (decimal): -2703757 or 7585494. OLE color: 7585494.
HSL color Cylindrical-coordinate representation of color #D6BE73: hue angle of 45.45º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6BE73 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 115 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.16 |
| HSL | 45.45º | 0.55% | 0.65% | - |
| HSV(B) | 45.45º | 0.46% | 0.84% | - |
| XYZ | 49.24 | 52.36 | 23.73 | - |
| YUV | 188.63 | 86.45 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 115 | 0 | 0.11 | 0.46 | 0.16 | 45.45 | 0.55 | 0.65 |
| Hex | D6 | BE | 73 | 0 | B | 2E | 10 | 2D | 37 | 41 |
| Octal | 326 | 276 | 163 | 0 | 13 | 56 | 20 | 55 | 67 | 101 |
| Binary | 11010110 | 10111110 | 1110011 | 0 | 1011 | 101110 | 10000 | 101101 | 110111 | 1000001 |
Color Harmonies of #D6BE73
Complementary color
Monochromatic Colors of #D6BE73
Black with #D6BE73
Text Example
Text Example
White with #D6BE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE73; }
p { color: rgb(214,190,115); }
H1.HeaderClassName
{
color: #D6BE73;
}
.AnyTagClassName
{
color: #D6BE73;
}
</style>
background-color css
<style>
a { background-color: #D6BE73; }
a { background-color: rgb(214,190,115); }
div.DivClassName
{
background-color: #D6BE73;
}
.BgClassName
{
background-color: #D6BE73;
}
</style>
border-color css
<style>
span { border-color: #D6BE73; }
span { border-color: rgb(214,190,115); }
td.TdClassName
{
border-color: #D6BE73;
}
.TagClassName
{
border-color: #D6BE73;
}
</style>