Shades of Chenin #D5BE6D
Tints of Chenin #D5BE6D
RGB
CMYK
RGB Variations
Color information
#D5BE6D (or 0xD5BE6D) is known color: Chenin. HEX triplet: D5, BE and 6D. RGB value is (213,190,109). Sum of RGB (Red+Green+Blue) = 213+190+109=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE6D is #2A4192. Grayscale: #BBBBBB. Windows color (decimal): -2769299 or 7192277. OLE color: 7192277.
HSL color Cylindrical-coordinate representation of color #D5BE6D: hue angle of 46.73º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5BE6D is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 109 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.16 |
| HSL | 46.73º | 0.55% | 0.63% | - |
| HSV(B) | 46.73º | 0.49% | 0.84% | - |
| XYZ | 48.61 | 52.08 | 21.96 | - |
| YUV | 187.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 109 | 0 | 0.11 | 0.49 | 0.16 | 46.73 | 0.55 | 0.63 |
| Hex | D5 | BE | 6D | 0 | B | 31 | 10 | 2F | 37 | 3F |
| Octal | 325 | 276 | 155 | 0 | 13 | 61 | 20 | 57 | 67 | 77 |
| Binary | 11010101 | 10111110 | 1101101 | 0 | 1011 | 110001 | 10000 | 101111 | 110111 | 111111 |
Color Harmonies of #D5BE6D
Complementary color
Monochromatic Colors of #D5BE6D
Black with #D5BE6D
Text Example
Text Example
White with #D5BE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE6D; }
p { color: rgb(213,190,109); }
H1.HeaderClassName
{
color: #D5BE6D;
}
.AnyTagClassName
{
color: #D5BE6D;
}
</style>
background-color css
<style>
a { background-color: #D5BE6D; }
a { background-color: rgb(213,190,109); }
div.DivClassName
{
background-color: #D5BE6D;
}
.BgClassName
{
background-color: #D5BE6D;
}
</style>
border-color css
<style>
span { border-color: #D5BE6D; }
span { border-color: rgb(213,190,109); }
td.TdClassName
{
border-color: #D5BE6D;
}
.TagClassName
{
border-color: #D5BE6D;
}
</style>