Shades of Vanilla #D5BA96
Tints of Vanilla #D5BA96
RGB
CMYK
RGB Variations
Color information
#D5BA96 (or 0xD5BA96) is known color: Vanilla. HEX triplet: D5, BA and 96. RGB value is (213,186,150). Sum of RGB (Red+Green+Blue) = 213+186+150=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BA96 is #2A4569. Grayscale: #BEBEBE. Windows color (decimal): -2770282 or 9878229. OLE color: 9878229.
HSL color Cylindrical-coordinate representation of color #D5BA96: hue angle of 34.29º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5BA96 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 150 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.16 |
| HSL | 34.29º | 0.43% | 0.71% | - |
| HSV(B) | 34.29º | 0.3% | 0.84% | - |
| XYZ | 50.5 | 51.47 | 36.13 | - |
| YUV | 189.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 150 | 0 | 0.13 | 0.30 | 0.16 | 34.29 | 0.43 | 0.71 |
| Hex | D5 | BA | 96 | 0 | D | 1E | 10 | 22 | 2B | 47 |
| Octal | 325 | 272 | 226 | 0 | 15 | 36 | 20 | 42 | 53 | 107 |
| Binary | 11010101 | 10111010 | 10010110 | 0 | 1101 | 11110 | 10000 | 100010 | 101011 | 1000111 |
Color Harmonies of #D5BA96
Complementary color
Monochromatic Colors of #D5BA96
Black with #D5BA96
Text Example
Text Example
White with #D5BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA96; }
p { color: rgb(213,186,150); }
H1.HeaderClassName
{
color: #D5BA96;
}
.AnyTagClassName
{
color: #D5BA96;
}
</style>
background-color css
<style>
a { background-color: #D5BA96; }
a { background-color: rgb(213,186,150); }
div.DivClassName
{
background-color: #D5BA96;
}
.BgClassName
{
background-color: #D5BA96;
}
</style>
border-color css
<style>
span { border-color: #D5BA96; }
span { border-color: rgb(213,186,150); }
td.TdClassName
{
border-color: #D5BA96;
}
.TagClassName
{
border-color: #D5BA96;
}
</style>