Shades of Vanilla #D3BB9E
Tints of Vanilla #D3BB9E
RGB
CMYK
RGB Variations
Color information
#D3BB9E (or 0xD3BB9E) is known color: Vanilla. HEX triplet: D3, BB and 9E. RGB value is (211,187,158). Sum of RGB (Red+Green+Blue) = 211+187+158=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BB9E is #2C4461. Grayscale: #BFBFBF. Windows color (decimal): -2901090 or 10402771. OLE color: 10402771.
HSL color Cylindrical-coordinate representation of color #D3BB9E: hue angle of 32.83º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3BB9E is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 187 | 158 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.17 |
| HSL | 32.83º | 0.38% | 0.72% | - |
| HSV(B) | 32.83º | 0.25% | 0.83% | - |
| XYZ | 50.81 | 51.86 | 39.68 | - |
| YUV | 190.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 158 | 0 | 0.11 | 0.25 | 0.17 | 32.83 | 0.38 | 0.72 |
| Hex | D3 | BB | 9E | 0 | B | 19 | 11 | 21 | 26 | 48 |
| Octal | 323 | 273 | 236 | 0 | 13 | 31 | 21 | 41 | 46 | 110 |
| Binary | 11010011 | 10111011 | 10011110 | 0 | 1011 | 11001 | 10001 | 100001 | 100110 | 1001000 |
Color Harmonies of #D3BB9E
Complementary color
Monochromatic Colors of #D3BB9E
Black with #D3BB9E
Text Example
Text Example
White with #D3BB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BB9E; }
p { color: rgb(211,187,158); }
H1.HeaderClassName
{
color: #D3BB9E;
}
.AnyTagClassName
{
color: #D3BB9E;
}
</style>
background-color css
<style>
a { background-color: #D3BB9E; }
a { background-color: rgb(211,187,158); }
div.DivClassName
{
background-color: #D3BB9E;
}
.BgClassName
{
background-color: #D3BB9E;
}
</style>
border-color css
<style>
span { border-color: #D3BB9E; }
span { border-color: rgb(211,187,158); }
td.TdClassName
{
border-color: #D3BB9E;
}
.TagClassName
{
border-color: #D3BB9E;
}
</style>