Shades of Vanilla #D3BA9C
Tints of Vanilla #D3BA9C
RGB
CMYK
RGB Variations
Color information
#D3BA9C (or 0xD3BA9C) is known color: Vanilla. HEX triplet: D3, BA and 9C. RGB value is (211,186,156). Sum of RGB (Red+Green+Blue) = 211+186+156=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BA9C is #2C4563. Grayscale: #BEBEBE. Windows color (decimal): -2901348 or 10271443. OLE color: 10271443.
HSL color Cylindrical-coordinate representation of color #D3BA9C: hue angle of 32.73º 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 #D3BA9C is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 156 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.17 |
| HSL | 32.73º | 0.38% | 0.72% | - |
| HSV(B) | 32.73º | 0.26% | 0.83% | - |
| XYZ | 50.42 | 51.37 | 38.71 | - |
| YUV | 190.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 156 | 0 | 0.12 | 0.26 | 0.17 | 32.73 | 0.38 | 0.72 |
| Hex | D3 | BA | 9C | 0 | C | 1A | 11 | 21 | 26 | 48 |
| Octal | 323 | 272 | 234 | 0 | 14 | 32 | 21 | 41 | 46 | 110 |
| Binary | 11010011 | 10111010 | 10011100 | 0 | 1100 | 11010 | 10001 | 100001 | 100110 | 1001000 |
Color Harmonies of #D3BA9C
Complementary color
Monochromatic Colors of #D3BA9C
Black with #D3BA9C
Text Example
Text Example
White with #D3BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BA9C; }
p { color: rgb(211,186,156); }
H1.HeaderClassName
{
color: #D3BA9C;
}
.AnyTagClassName
{
color: #D3BA9C;
}
</style>
background-color css
<style>
a { background-color: #D3BA9C; }
a { background-color: rgb(211,186,156); }
div.DivClassName
{
background-color: #D3BA9C;
}
.BgClassName
{
background-color: #D3BA9C;
}
</style>
border-color css
<style>
span { border-color: #D3BA9C; }
span { border-color: rgb(211,186,156); }
td.TdClassName
{
border-color: #D3BA9C;
}
.TagClassName
{
border-color: #D3BA9C;
}
</style>