Shades of Chenin #D7BD75
Tints of Chenin #D7BD75
RGB
CMYK
RGB Variations
Color information
#D7BD75 (or 0xD7BD75) is known color: Chenin. HEX triplet: D7, BD and 75. RGB value is (215,189,117). Sum of RGB (Red+Green+Blue) = 215+189+117=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BD75 is #28428A. Grayscale: #BCBCBC. Windows color (decimal): -2638475 or 7716311. OLE color: 7716311.
HSL color Cylindrical-coordinate representation of color #D7BD75: hue angle of 44.08º 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 #D7BD75 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 117 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.16 |
| HSL | 44.08º | 0.55% | 0.65% | - |
| HSV(B) | 44.08º | 0.46% | 0.84% | - |
| XYZ | 49.43 | 52.13 | 24.29 | - |
| YUV | 188.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 117 | 0 | 0.12 | 0.46 | 0.16 | 44.08 | 0.55 | 0.65 |
| Hex | D7 | BD | 75 | 0 | C | 2E | 10 | 2C | 37 | 41 |
| Octal | 327 | 275 | 165 | 0 | 14 | 56 | 20 | 54 | 67 | 101 |
| Binary | 11010111 | 10111101 | 1110101 | 0 | 1100 | 101110 | 10000 | 101100 | 110111 | 1000001 |
Color Harmonies of #D7BD75
Complementary color
Monochromatic Colors of #D7BD75
Black with #D7BD75
Text Example
Text Example
White with #D7BD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD75; }
p { color: rgb(215,189,117); }
H1.HeaderClassName
{
color: #D7BD75;
}
.AnyTagClassName
{
color: #D7BD75;
}
</style>
background-color css
<style>
a { background-color: #D7BD75; }
a { background-color: rgb(215,189,117); }
div.DivClassName
{
background-color: #D7BD75;
}
.BgClassName
{
background-color: #D7BD75;
}
</style>
border-color css
<style>
span { border-color: #D7BD75; }
span { border-color: rgb(215,189,117); }
td.TdClassName
{
border-color: #D7BD75;
}
.TagClassName
{
border-color: #D7BD75;
}
</style>