Shades of Chenin #D4BE70
Tints of Chenin #D4BE70
RGB
CMYK
RGB Variations
Color information
#D4BE70 (or 0xD4BE70) is known color: Chenin. HEX triplet: D4, BE and 70. RGB value is (212,190,112). Sum of RGB (Red+Green+Blue) = 212+190+112=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BE70 is #2B418F. Grayscale: #BCBCBC. Windows color (decimal): -2834832 or 7388884. OLE color: 7388884.
HSL color Cylindrical-coordinate representation of color #D4BE70: hue angle of 46.8º 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 #D4BE70 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 112 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.17 |
| HSL | 46.8º | 0.54% | 0.64% | - |
| HSV(B) | 46.8º | 0.47% | 0.83% | - |
| XYZ | 48.49 | 51.99 | 22.81 | - |
| YUV | 187.69 | 85.29 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 112 | 0 | 0.10 | 0.47 | 0.17 | 46.8 | 0.54 | 0.64 |
| Hex | D4 | BE | 70 | 0 | A | 2F | 11 | 2F | 36 | 40 |
| Octal | 324 | 276 | 160 | 0 | 12 | 57 | 21 | 57 | 66 | 100 |
| Binary | 11010100 | 10111110 | 1110000 | 0 | 1010 | 101111 | 10001 | 101111 | 110110 | 1000000 |
Color Harmonies of #D4BE70
Complementary color
Monochromatic Colors of #D4BE70
Black with #D4BE70
Text Example
Text Example
White with #D4BE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BE70; }
p { color: rgb(212,190,112); }
H1.HeaderClassName
{
color: #D4BE70;
}
.AnyTagClassName
{
color: #D4BE70;
}
</style>
background-color css
<style>
a { background-color: #D4BE70; }
a { background-color: rgb(212,190,112); }
div.DivClassName
{
background-color: #D4BE70;
}
.BgClassName
{
background-color: #D4BE70;
}
</style>
border-color css
<style>
span { border-color: #D4BE70; }
span { border-color: rgb(212,190,112); }
td.TdClassName
{
border-color: #D4BE70;
}
.TagClassName
{
border-color: #D4BE70;
}
</style>