Shades of Chenin #D7BA72
Tints of Chenin #D7BA72
RGB
CMYK
RGB Variations
Color information
#D7BA72 (or 0xD7BA72) is known color: Chenin. HEX triplet: D7, BA and 72. RGB value is (215,186,114). Sum of RGB (Red+Green+Blue) = 215+186+114=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA72 is #28458D. Grayscale: #BABABA. Windows color (decimal): -2639246 or 7518935. OLE color: 7518935.
HSL color Cylindrical-coordinate representation of color #D7BA72: hue angle of 42.77º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7BA72 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 114 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.16 |
| HSL | 42.77º | 0.56% | 0.65% | - |
| HSV(B) | 42.77º | 0.47% | 0.84% | - |
| XYZ | 48.62 | 50.78 | 23.16 | - |
| YUV | 186.46 | 87.11 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 114 | 0 | 0.13 | 0.47 | 0.16 | 42.77 | 0.56 | 0.65 |
| Hex | D7 | BA | 72 | 0 | D | 2F | 10 | 2B | 38 | 41 |
| Octal | 327 | 272 | 162 | 0 | 15 | 57 | 20 | 53 | 70 | 101 |
| Binary | 11010111 | 10111010 | 1110010 | 0 | 1101 | 101111 | 10000 | 101011 | 111000 | 1000001 |
Color Harmonies of #D7BA72
Complementary color
Monochromatic Colors of #D7BA72
Black with #D7BA72
Text Example
Text Example
White with #D7BA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA72; }
p { color: rgb(215,186,114); }
H1.HeaderClassName
{
color: #D7BA72;
}
.AnyTagClassName
{
color: #D7BA72;
}
</style>
background-color css
<style>
a { background-color: #D7BA72; }
a { background-color: rgb(215,186,114); }
div.DivClassName
{
background-color: #D7BA72;
}
.BgClassName
{
background-color: #D7BA72;
}
</style>
border-color css
<style>
span { border-color: #D7BA72; }
span { border-color: rgb(215,186,114); }
td.TdClassName
{
border-color: #D7BA72;
}
.TagClassName
{
border-color: #D7BA72;
}
</style>