Shades of Chenin #D7BF77
Tints of Chenin #D7BF77
RGB
CMYK
RGB Variations
Color information
#D7BF77 (or 0xD7BF77) is known color: Chenin. HEX triplet: D7, BF and 77. RGB value is (215,191,119). Sum of RGB (Red+Green+Blue) = 215+191+119=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BF77 is #284088. Grayscale: #BEBEBE. Windows color (decimal): -2637961 or 7847895. OLE color: 7847895.
HSL color Cylindrical-coordinate representation of color #D7BF77: hue angle of 45º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7BF77 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 191 | 119 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.16 |
| HSL | 45º | 0.55% | 0.65% | - |
| HSV(B) | 45º | 0.45% | 0.84% | - |
| XYZ | 49.98 | 53.04 | 25.06 | - |
| YUV | 189.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 119 | 0 | 0.11 | 0.45 | 0.16 | 45 | 0.55 | 0.65 |
| Hex | D7 | BF | 77 | 0 | B | 2D | 10 | 2D | 37 | 41 |
| Octal | 327 | 277 | 167 | 0 | 13 | 55 | 20 | 55 | 67 | 101 |
| Binary | 11010111 | 10111111 | 1110111 | 0 | 1011 | 101101 | 10000 | 101101 | 110111 | 1000001 |
Color Harmonies of #D7BF77
Complementary color
Monochromatic Colors of #D7BF77
Black with #D7BF77
Text Example
Text Example
White with #D7BF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BF77; }
p { color: rgb(215,191,119); }
H1.HeaderClassName
{
color: #D7BF77;
}
.AnyTagClassName
{
color: #D7BF77;
}
</style>
background-color css
<style>
a { background-color: #D7BF77; }
a { background-color: rgb(215,191,119); }
div.DivClassName
{
background-color: #D7BF77;
}
.BgClassName
{
background-color: #D7BF77;
}
</style>
border-color css
<style>
span { border-color: #D7BF77; }
span { border-color: rgb(215,191,119); }
td.TdClassName
{
border-color: #D7BF77;
}
.TagClassName
{
border-color: #D7BF77;
}
</style>