Shades of Vanilla #D3BA9D
Tints of Vanilla #D3BA9D
RGB
CMYK
RGB Variations
Color information
#D3BA9D (or 0xD3BA9D) is known color: Vanilla. HEX triplet: D3, BA and 9D. RGB value is (211,186,157). Sum of RGB (Red+Green+Blue) = 211+186+157=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BA9D is #2C4562. Grayscale: #BEBEBE. Windows color (decimal): -2901347 or 10336979. OLE color: 10336979.
HSL color Cylindrical-coordinate representation of color #D3BA9D: hue angle of 32.22º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3BA9D is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 157 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.17 |
| HSL | 32.22º | 0.38% | 0.72% | - |
| HSV(B) | 32.22º | 0.26% | 0.83% | - |
| XYZ | 50.51 | 51.4 | 39.16 | - |
| YUV | 190.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 157 | 0 | 0.12 | 0.26 | 0.17 | 32.22 | 0.38 | 0.72 |
| Hex | D3 | BA | 9D | 0 | C | 1A | 11 | 20 | 26 | 48 |
| Octal | 323 | 272 | 235 | 0 | 14 | 32 | 21 | 40 | 46 | 110 |
| Binary | 11010011 | 10111010 | 10011101 | 0 | 1100 | 11010 | 10001 | 100000 | 100110 | 1001000 |
Color Harmonies of #D3BA9D
Complementary color
Monochromatic Colors of #D3BA9D
Black with #D3BA9D
Text Example
Text Example
White with #D3BA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BA9D; }
p { color: rgb(211,186,157); }
H1.HeaderClassName
{
color: #D3BA9D;
}
.AnyTagClassName
{
color: #D3BA9D;
}
</style>
background-color css
<style>
a { background-color: #D3BA9D; }
a { background-color: rgb(211,186,157); }
div.DivClassName
{
background-color: #D3BA9D;
}
.BgClassName
{
background-color: #D3BA9D;
}
</style>
border-color css
<style>
span { border-color: #D3BA9D; }
span { border-color: rgb(211,186,157); }
td.TdClassName
{
border-color: #D3BA9D;
}
.TagClassName
{
border-color: #D3BA9D;
}
</style>