Shades of Chenin #D4BE71
Tints of Chenin #D4BE71
RGB
CMYK
RGB Variations
Color information
#D4BE71 (or 0xD4BE71) is known color: Chenin. HEX triplet: D4, BE and 71. RGB value is (212,190,113). Sum of RGB (Red+Green+Blue) = 212+190+113=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BE71 is #2B418E. Grayscale: #BCBCBC. Windows color (decimal): -2834831 or 7454420. OLE color: 7454420.
HSL color Cylindrical-coordinate representation of color #D4BE71: hue angle of 46.67º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4BE71 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 113 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.17 |
| HSL | 46.67º | 0.54% | 0.64% | - |
| HSV(B) | 46.67º | 0.47% | 0.83% | - |
| XYZ | 48.55 | 52.02 | 23.1 | - |
| YUV | 187.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 113 | 0 | 0.10 | 0.47 | 0.17 | 46.67 | 0.54 | 0.64 |
| Hex | D4 | BE | 71 | 0 | A | 2F | 11 | 2F | 36 | 40 |
| Octal | 324 | 276 | 161 | 0 | 12 | 57 | 21 | 57 | 66 | 100 |
| Binary | 11010100 | 10111110 | 1110001 | 0 | 1010 | 101111 | 10001 | 101111 | 110110 | 1000000 |
Color Harmonies of #D4BE71
Complementary color
Monochromatic Colors of #D4BE71
Black with #D4BE71
Text Example
Text Example
White with #D4BE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BE71; }
p { color: rgb(212,190,113); }
H1.HeaderClassName
{
color: #D4BE71;
}
.AnyTagClassName
{
color: #D4BE71;
}
</style>
background-color css
<style>
a { background-color: #D4BE71; }
a { background-color: rgb(212,190,113); }
div.DivClassName
{
background-color: #D4BE71;
}
.BgClassName
{
background-color: #D4BE71;
}
</style>
border-color css
<style>
span { border-color: #D4BE71; }
span { border-color: rgb(212,190,113); }
td.TdClassName
{
border-color: #D4BE71;
}
.TagClassName
{
border-color: #D4BE71;
}
</style>