Shades of Vanilla #D3B99C
Tints of Vanilla #D3B99C
RGB
CMYK
RGB Variations
Color information
#D3B99C (or 0xD3B99C) is known color: Vanilla. HEX triplet: D3, B9 and 9C. RGB value is (211,185,156). Sum of RGB (Red+Green+Blue) = 211+185+156=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B99C is #2C4663. Grayscale: #BDBDBD. Windows color (decimal): -2901604 or 10271187. OLE color: 10271187.
HSL color Cylindrical-coordinate representation of color #D3B99C: hue angle of 31.64º 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 #D3B99C is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 185 | 156 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.17 |
| HSL | 31.64º | 0.38% | 0.72% | - |
| HSV(B) | 31.64º | 0.26% | 0.83% | - |
| XYZ | 50.21 | 50.95 | 38.64 | - |
| YUV | 189.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 185 | 156 | 0 | 0.12 | 0.26 | 0.17 | 31.64 | 0.38 | 0.72 |
| Hex | D3 | B9 | 9C | 0 | C | 1A | 11 | 20 | 26 | 48 |
| Octal | 323 | 271 | 234 | 0 | 14 | 32 | 21 | 40 | 46 | 110 |
| Binary | 11010011 | 10111001 | 10011100 | 0 | 1100 | 11010 | 10001 | 100000 | 100110 | 1001000 |
Color Harmonies of #D3B99C
Complementary color
Monochromatic Colors of #D3B99C
Black with #D3B99C
Text Example
Text Example
White with #D3B99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B99C; }
p { color: rgb(211,185,156); }
H1.HeaderClassName
{
color: #D3B99C;
}
.AnyTagClassName
{
color: #D3B99C;
}
</style>
background-color css
<style>
a { background-color: #D3B99C; }
a { background-color: rgb(211,185,156); }
div.DivClassName
{
background-color: #D3B99C;
}
.BgClassName
{
background-color: #D3B99C;
}
</style>
border-color css
<style>
span { border-color: #D3B99C; }
span { border-color: rgb(211,185,156); }
td.TdClassName
{
border-color: #D3B99C;
}
.TagClassName
{
border-color: #D3B99C;
}
</style>