Shades of Chenin #D4BE76
Tints of Chenin #D4BE76
RGB
CMYK
RGB Variations
Color information
#D4BE76 (or 0xD4BE76) is known color: Chenin. HEX triplet: D4, BE and 76. RGB value is (212,190,118). Sum of RGB (Red+Green+Blue) = 212+190+118=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BE76 is #2B4189. Grayscale: #BCBCBC. Windows color (decimal): -2834826 or 7782100. OLE color: 7782100.
HSL color Cylindrical-coordinate representation of color #D4BE76: hue angle of 45.96º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4BE76 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 118 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.17 |
| HSL | 45.96º | 0.52% | 0.65% | - |
| HSV(B) | 45.96º | 0.44% | 0.83% | - |
| XYZ | 48.83 | 52.13 | 24.63 | - |
| YUV | 188.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 118 | 0 | 0.10 | 0.44 | 0.17 | 45.96 | 0.52 | 0.65 |
| Hex | D4 | BE | 76 | 0 | A | 2C | 11 | 2E | 34 | 41 |
| Octal | 324 | 276 | 166 | 0 | 12 | 54 | 21 | 56 | 64 | 101 |
| Binary | 11010100 | 10111110 | 1110110 | 0 | 1010 | 101100 | 10001 | 101110 | 110100 | 1000001 |
Color Harmonies of #D4BE76
Complementary color
Monochromatic Colors of #D4BE76
Black with #D4BE76
Text Example
Text Example
White with #D4BE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BE76; }
p { color: rgb(212,190,118); }
H1.HeaderClassName
{
color: #D4BE76;
}
.AnyTagClassName
{
color: #D4BE76;
}
</style>
background-color css
<style>
a { background-color: #D4BE76; }
a { background-color: rgb(212,190,118); }
div.DivClassName
{
background-color: #D4BE76;
}
.BgClassName
{
background-color: #D4BE76;
}
</style>
border-color css
<style>
span { border-color: #D4BE76; }
span { border-color: rgb(212,190,118); }
td.TdClassName
{
border-color: #D4BE76;
}
.TagClassName
{
border-color: #D4BE76;
}
</style>