Shades of Chenin #D5BE71
Tints of Chenin #D5BE71
RGB
CMYK
RGB Variations
Color information
#D5BE71 (or 0xD5BE71) is known color: Chenin. HEX triplet: D5, BE and 71. RGB value is (213,190,113). Sum of RGB (Red+Green+Blue) = 213+190+113=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE71 is #2A418E. Grayscale: #BCBCBC. Windows color (decimal): -2769295 or 7454421. OLE color: 7454421.
HSL color Cylindrical-coordinate representation of color #D5BE71: hue angle of 46.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5BE71 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 113 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.16 |
| HSL | 46.2º | 0.54% | 0.64% | - |
| HSV(B) | 46.2º | 0.47% | 0.84% | - |
| XYZ | 48.83 | 52.17 | 23.12 | - |
| YUV | 188.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 113 | 0 | 0.11 | 0.47 | 0.16 | 46.2 | 0.54 | 0.64 |
| Hex | D5 | BE | 71 | 0 | B | 2F | 10 | 2E | 36 | 40 |
| Octal | 325 | 276 | 161 | 0 | 13 | 57 | 20 | 56 | 66 | 100 |
| Binary | 11010101 | 10111110 | 1110001 | 0 | 1011 | 101111 | 10000 | 101110 | 110110 | 1000000 |
Color Harmonies of #D5BE71
Complementary color
Monochromatic Colors of #D5BE71
Black with #D5BE71
Text Example
Text Example
White with #D5BE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE71; }
p { color: rgb(213,190,113); }
H1.HeaderClassName
{
color: #D5BE71;
}
.AnyTagClassName
{
color: #D5BE71;
}
</style>
background-color css
<style>
a { background-color: #D5BE71; }
a { background-color: rgb(213,190,113); }
div.DivClassName
{
background-color: #D5BE71;
}
.BgClassName
{
background-color: #D5BE71;
}
</style>
border-color css
<style>
span { border-color: #D5BE71; }
span { border-color: rgb(213,190,113); }
td.TdClassName
{
border-color: #D5BE71;
}
.TagClassName
{
border-color: #D5BE71;
}
</style>