Shades of Chenin #D7B975
Tints of Chenin #D7B975
RGB
CMYK
RGB Variations
Color information
#D7B975 (or 0xD7B975) is known color: Chenin. HEX triplet: D7, B9 and 75. RGB value is (215,185,117). Sum of RGB (Red+Green+Blue) = 215+185+117=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B975 is #28468A. Grayscale: #BABABA. Windows color (decimal): -2639499 or 7715287. OLE color: 7715287.
HSL color Cylindrical-coordinate representation of color #D7B975: hue angle of 41.63º 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 #D7B975 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 117 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.16 |
| HSL | 41.63º | 0.55% | 0.65% | - |
| HSV(B) | 41.63º | 0.46% | 0.84% | - |
| XYZ | 48.58 | 50.43 | 24 | - |
| YUV | 186.22 | 88.94 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 117 | 0 | 0.14 | 0.46 | 0.16 | 41.63 | 0.55 | 0.65 |
| Hex | D7 | B9 | 75 | 0 | E | 2E | 10 | 2A | 37 | 41 |
| Octal | 327 | 271 | 165 | 0 | 16 | 56 | 20 | 52 | 67 | 101 |
| Binary | 11010111 | 10111001 | 1110101 | 0 | 1110 | 101110 | 10000 | 101010 | 110111 | 1000001 |
Color Harmonies of #D7B975
Complementary color
Monochromatic Colors of #D7B975
Black with #D7B975
Text Example
Text Example
White with #D7B975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B975; }
p { color: rgb(215,185,117); }
H1.HeaderClassName
{
color: #D7B975;
}
.AnyTagClassName
{
color: #D7B975;
}
</style>
background-color css
<style>
a { background-color: #D7B975; }
a { background-color: rgb(215,185,117); }
div.DivClassName
{
background-color: #D7B975;
}
.BgClassName
{
background-color: #D7B975;
}
</style>
border-color css
<style>
span { border-color: #D7B975; }
span { border-color: rgb(215,185,117); }
td.TdClassName
{
border-color: #D7B975;
}
.TagClassName
{
border-color: #D7B975;
}
</style>