Shades of Chenin #D7BA74
Tints of Chenin #D7BA74
RGB
CMYK
RGB Variations
Color information
#D7BA74 (or 0xD7BA74) is known color: Chenin. HEX triplet: D7, BA and 74. RGB value is (215,186,116). Sum of RGB (Red+Green+Blue) = 215+186+116=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA74 is #28458B. Grayscale: #BBBBBB. Windows color (decimal): -2639244 or 7650007. OLE color: 7650007.
HSL color Cylindrical-coordinate representation of color #D7BA74: hue angle of 42.42º 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 #D7BA74 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 116 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.16 |
| HSL | 42.42º | 0.55% | 0.65% | - |
| HSV(B) | 42.42º | 0.46% | 0.84% | - |
| XYZ | 48.74 | 50.83 | 23.76 | - |
| YUV | 186.69 | 88.11 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 116 | 0 | 0.13 | 0.46 | 0.16 | 42.42 | 0.55 | 0.65 |
| Hex | D7 | BA | 74 | 0 | D | 2E | 10 | 2A | 37 | 41 |
| Octal | 327 | 272 | 164 | 0 | 15 | 56 | 20 | 52 | 67 | 101 |
| Binary | 11010111 | 10111010 | 1110100 | 0 | 1101 | 101110 | 10000 | 101010 | 110111 | 1000001 |
Color Harmonies of #D7BA74
Complementary color
Monochromatic Colors of #D7BA74
Black with #D7BA74
Text Example
Text Example
White with #D7BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA74; }
p { color: rgb(215,186,116); }
H1.HeaderClassName
{
color: #D7BA74;
}
.AnyTagClassName
{
color: #D7BA74;
}
</style>
background-color css
<style>
a { background-color: #D7BA74; }
a { background-color: rgb(215,186,116); }
div.DivClassName
{
background-color: #D7BA74;
}
.BgClassName
{
background-color: #D7BA74;
}
</style>
border-color css
<style>
span { border-color: #D7BA74; }
span { border-color: rgb(215,186,116); }
td.TdClassName
{
border-color: #D7BA74;
}
.TagClassName
{
border-color: #D7BA74;
}
</style>