Shades of Vanilla #D3BA9B
Tints of Vanilla #D3BA9B
RGB
CMYK
RGB Variations
Color information
#D3BA9B (or 0xD3BA9B) is known color: Vanilla. HEX triplet: D3, BA and 9B. RGB value is (211,186,155). Sum of RGB (Red+Green+Blue) = 211+186+155=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BA9B is #2C4564. Grayscale: #BEBEBE. Windows color (decimal): -2901349 or 10205907. OLE color: 10205907.
HSL color Cylindrical-coordinate representation of color #D3BA9B: hue angle of 33.21º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3BA9B is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 155 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.17 |
| HSL | 33.21º | 0.39% | 0.72% | - |
| HSV(B) | 33.21º | 0.27% | 0.83% | - |
| XYZ | 50.34 | 51.33 | 38.27 | - |
| YUV | 189.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 155 | 0 | 0.12 | 0.27 | 0.17 | 33.21 | 0.39 | 0.72 |
| Hex | D3 | BA | 9B | 0 | C | 1B | 11 | 21 | 27 | 48 |
| Octal | 323 | 272 | 233 | 0 | 14 | 33 | 21 | 41 | 47 | 110 |
| Binary | 11010011 | 10111010 | 10011011 | 0 | 1100 | 11011 | 10001 | 100001 | 100111 | 1001000 |
Color Harmonies of #D3BA9B
Complementary color
Monochromatic Colors of #D3BA9B
Black with #D3BA9B
Text Example
Text Example
White with #D3BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BA9B; }
p { color: rgb(211,186,155); }
H1.HeaderClassName
{
color: #D3BA9B;
}
.AnyTagClassName
{
color: #D3BA9B;
}
</style>
background-color css
<style>
a { background-color: #D3BA9B; }
a { background-color: rgb(211,186,155); }
div.DivClassName
{
background-color: #D3BA9B;
}
.BgClassName
{
background-color: #D3BA9B;
}
</style>
border-color css
<style>
span { border-color: #D3BA9B; }
span { border-color: rgb(211,186,155); }
td.TdClassName
{
border-color: #D3BA9B;
}
.TagClassName
{
border-color: #D3BA9B;
}
</style>