Shades of Vanilla #D4BB9E
Tints of Vanilla #D4BB9E
RGB
CMYK
RGB Variations
Color information
#D4BB9E (or 0xD4BB9E) is known color: Vanilla. HEX triplet: D4, BB and 9E. RGB value is (212,187,158). Sum of RGB (Red+Green+Blue) = 212+187+158=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BB9E is #2B4461. Grayscale: #BFBFBF. Windows color (decimal): -2835554 or 10402772. OLE color: 10402772.
HSL color Cylindrical-coordinate representation of color #D4BB9E: hue angle of 32.22º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4BB9E is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 158 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.17 |
| HSL | 32.22º | 0.39% | 0.73% | - |
| HSV(B) | 32.22º | 0.25% | 0.83% | - |
| XYZ | 51.09 | 52.01 | 39.69 | - |
| YUV | 191.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 158 | 0 | 0.12 | 0.25 | 0.17 | 32.22 | 0.39 | 0.73 |
| Hex | D4 | BB | 9E | 0 | C | 19 | 11 | 20 | 27 | 49 |
| Octal | 324 | 273 | 236 | 0 | 14 | 31 | 21 | 40 | 47 | 111 |
| Binary | 11010100 | 10111011 | 10011110 | 0 | 1100 | 11001 | 10001 | 100000 | 100111 | 1001001 |
Color Harmonies of #D4BB9E
Complementary color
Monochromatic Colors of #D4BB9E
Black with #D4BB9E
Text Example
Text Example
White with #D4BB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BB9E; }
p { color: rgb(212,187,158); }
H1.HeaderClassName
{
color: #D4BB9E;
}
.AnyTagClassName
{
color: #D4BB9E;
}
</style>
background-color css
<style>
a { background-color: #D4BB9E; }
a { background-color: rgb(212,187,158); }
div.DivClassName
{
background-color: #D4BB9E;
}
.BgClassName
{
background-color: #D4BB9E;
}
</style>
border-color css
<style>
span { border-color: #D4BB9E; }
span { border-color: rgb(212,187,158); }
td.TdClassName
{
border-color: #D4BB9E;
}
.TagClassName
{
border-color: #D4BB9E;
}
</style>