Shades of Chenin #D5BE6E
Tints of Chenin #D5BE6E
RGB
CMYK
RGB Variations
Color information
#D5BE6E (or 0xD5BE6E) is known color: Chenin. HEX triplet: D5, BE and 6E. RGB value is (213,190,110). Sum of RGB (Red+Green+Blue) = 213+190+110=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE6E is #2A4191. Grayscale: #BCBCBC. Windows color (decimal): -2769298 or 7257813. OLE color: 7257813.
HSL color Cylindrical-coordinate representation of color #D5BE6E: hue angle of 46.6º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5BE6E is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 110 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.16 |
| HSL | 46.6º | 0.55% | 0.63% | - |
| HSV(B) | 46.6º | 0.48% | 0.84% | - |
| XYZ | 48.67 | 52.1 | 22.24 | - |
| YUV | 187.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 110 | 0 | 0.11 | 0.48 | 0.16 | 46.6 | 0.55 | 0.63 |
| Hex | D5 | BE | 6E | 0 | B | 30 | 10 | 2F | 37 | 3F |
| Octal | 325 | 276 | 156 | 0 | 13 | 60 | 20 | 57 | 67 | 77 |
| Binary | 11010101 | 10111110 | 1101110 | 0 | 1011 | 110000 | 10000 | 101111 | 110111 | 111111 |
Color Harmonies of #D5BE6E
Complementary color
Monochromatic Colors of #D5BE6E
Black with #D5BE6E
Text Example
Text Example
White with #D5BE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE6E; }
p { color: rgb(213,190,110); }
H1.HeaderClassName
{
color: #D5BE6E;
}
.AnyTagClassName
{
color: #D5BE6E;
}
</style>
background-color css
<style>
a { background-color: #D5BE6E; }
a { background-color: rgb(213,190,110); }
div.DivClassName
{
background-color: #D5BE6E;
}
.BgClassName
{
background-color: #D5BE6E;
}
</style>
border-color css
<style>
span { border-color: #D5BE6E; }
span { border-color: rgb(213,190,110); }
td.TdClassName
{
border-color: #D5BE6E;
}
.TagClassName
{
border-color: #D5BE6E;
}
</style>