Shades of Chenin #D5BA6D
Tints of Chenin #D5BA6D
RGB
CMYK
RGB Variations
Color information
#D5BA6D (or 0xD5BA6D) is known color: Chenin. HEX triplet: D5, BA and 6D. RGB value is (213,186,109). Sum of RGB (Red+Green+Blue) = 213+186+109=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA6D is #2A4592. Grayscale: #B9B9B9. Windows color (decimal): -2770323 or 7191253. OLE color: 7191253.
HSL color Cylindrical-coordinate representation of color #D5BA6D: hue angle of 44.42º 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 #D5BA6D is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 109 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.16 |
| HSL | 44.42º | 0.55% | 0.63% | - |
| HSV(B) | 44.42º | 0.49% | 0.84% | - |
| XYZ | 47.76 | 50.37 | 21.67 | - |
| YUV | 185.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 109 | 0 | 0.13 | 0.49 | 0.16 | 44.42 | 0.55 | 0.63 |
| Hex | D5 | BA | 6D | 0 | D | 31 | 10 | 2C | 37 | 3F |
| Octal | 325 | 272 | 155 | 0 | 15 | 61 | 20 | 54 | 67 | 77 |
| Binary | 11010101 | 10111010 | 1101101 | 0 | 1101 | 110001 | 10000 | 101100 | 110111 | 111111 |
Color Harmonies of #D5BA6D
Complementary color
Monochromatic Colors of #D5BA6D
Black with #D5BA6D
Text Example
Text Example
White with #D5BA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA6D; }
p { color: rgb(213,186,109); }
H1.HeaderClassName
{
color: #D5BA6D;
}
.AnyTagClassName
{
color: #D5BA6D;
}
</style>
background-color css
<style>
a { background-color: #D5BA6D; }
a { background-color: rgb(213,186,109); }
div.DivClassName
{
background-color: #D5BA6D;
}
.BgClassName
{
background-color: #D5BA6D;
}
</style>
border-color css
<style>
span { border-color: #D5BA6D; }
span { border-color: rgb(213,186,109); }
td.TdClassName
{
border-color: #D5BA6D;
}
.TagClassName
{
border-color: #D5BA6D;
}
</style>