Shades of Chenin #D5BE6F
Tints of Chenin #D5BE6F
RGB
CMYK
RGB Variations
Color information
#D5BE6F (or 0xD5BE6F) is known color: Chenin. HEX triplet: D5, BE and 6F. RGB value is (213,190,111). Sum of RGB (Red+Green+Blue) = 213+190+111=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE6F is #2A4190. Grayscale: #BCBCBC. Windows color (decimal): -2769297 or 7323349. OLE color: 7323349.
HSL color Cylindrical-coordinate representation of color #D5BE6F: hue angle of 46.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5BE6F is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 111 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.16 |
| HSL | 46.47º | 0.55% | 0.64% | - |
| HSV(B) | 46.47º | 0.48% | 0.84% | - |
| XYZ | 48.72 | 52.12 | 22.53 | - |
| YUV | 187.87 | 84.62 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 111 | 0 | 0.11 | 0.48 | 0.16 | 46.47 | 0.55 | 0.64 |
| Hex | D5 | BE | 6F | 0 | B | 30 | 10 | 2E | 37 | 40 |
| Octal | 325 | 276 | 157 | 0 | 13 | 60 | 20 | 56 | 67 | 100 |
| Binary | 11010101 | 10111110 | 1101111 | 0 | 1011 | 110000 | 10000 | 101110 | 110111 | 1000000 |
Color Harmonies of #D5BE6F
Complementary color
Monochromatic Colors of #D5BE6F
Black with #D5BE6F
Text Example
Text Example
White with #D5BE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE6F; }
p { color: rgb(213,190,111); }
H1.HeaderClassName
{
color: #D5BE6F;
}
.AnyTagClassName
{
color: #D5BE6F;
}
</style>
background-color css
<style>
a { background-color: #D5BE6F; }
a { background-color: rgb(213,190,111); }
div.DivClassName
{
background-color: #D5BE6F;
}
.BgClassName
{
background-color: #D5BE6F;
}
</style>
border-color css
<style>
span { border-color: #D5BE6F; }
span { border-color: rgb(213,190,111); }
td.TdClassName
{
border-color: #D5BE6F;
}
.TagClassName
{
border-color: #D5BE6F;
}
</style>