Shades of Chenin #D4BE6E
Tints of Chenin #D4BE6E
RGB
CMYK
RGB Variations
Color information
#D4BE6E (or 0xD4BE6E) is known color: Chenin. HEX triplet: D4, BE and 6E. RGB value is (212,190,110). Sum of RGB (Red+Green+Blue) = 212+190+110=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BE6E is #2B4191. Grayscale: #BBBBBB. Windows color (decimal): -2834834 or 7257812. OLE color: 7257812.
HSL color Cylindrical-coordinate representation of color #D4BE6E: hue angle of 47.06º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4BE6E is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 110 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.17 |
| HSL | 47.06º | 0.54% | 0.63% | - |
| HSV(B) | 47.06º | 0.48% | 0.83% | - |
| XYZ | 48.38 | 51.95 | 22.23 | - |
| YUV | 187.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 110 | 0 | 0.10 | 0.48 | 0.17 | 47.06 | 0.54 | 0.63 |
| Hex | D4 | BE | 6E | 0 | A | 30 | 11 | 2F | 36 | 3F |
| Octal | 324 | 276 | 156 | 0 | 12 | 60 | 21 | 57 | 66 | 77 |
| Binary | 11010100 | 10111110 | 1101110 | 0 | 1010 | 110000 | 10001 | 101111 | 110110 | 111111 |
Color Harmonies of #D4BE6E
Complementary color
Monochromatic Colors of #D4BE6E
Black with #D4BE6E
Text Example
Text Example
White with #D4BE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BE6E; }
p { color: rgb(212,190,110); }
H1.HeaderClassName
{
color: #D4BE6E;
}
.AnyTagClassName
{
color: #D4BE6E;
}
</style>
background-color css
<style>
a { background-color: #D4BE6E; }
a { background-color: rgb(212,190,110); }
div.DivClassName
{
background-color: #D4BE6E;
}
.BgClassName
{
background-color: #D4BE6E;
}
</style>
border-color css
<style>
span { border-color: #D4BE6E; }
span { border-color: rgb(212,190,110); }
td.TdClassName
{
border-color: #D4BE6E;
}
.TagClassName
{
border-color: #D4BE6E;
}
</style>