Shades of Vanilla #D1B99C
Tints of Vanilla #D1B99C
RGB
CMYK
RGB Variations
Color information
#D1B99C (or 0xD1B99C) is known color: Vanilla. HEX triplet: D1, B9 and 9C. RGB value is (209,185,156). Sum of RGB (Red+Green+Blue) = 209+185+156=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B99C is #2E4663. Grayscale: #BDBDBD. Windows color (decimal): -3032676 or 10271185. OLE color: 10271185.
HSL color Cylindrical-coordinate representation of color #D1B99C: hue angle of 32.83º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1B99C is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 156 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.18 |
| HSL | 32.83º | 0.37% | 0.72% | - |
| HSV(B) | 32.83º | 0.25% | 0.82% | - |
| XYZ | 49.64 | 50.65 | 38.61 | - |
| YUV | 188.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 156 | 0 | 0.11 | 0.25 | 0.18 | 32.83 | 0.37 | 0.72 |
| Hex | D1 | B9 | 9C | 0 | B | 19 | 12 | 21 | 25 | 48 |
| Octal | 321 | 271 | 234 | 0 | 13 | 31 | 22 | 41 | 45 | 110 |
| Binary | 11010001 | 10111001 | 10011100 | 0 | 1011 | 11001 | 10010 | 100001 | 100101 | 1001000 |
Color Harmonies of #D1B99C
Complementary color
Monochromatic Colors of #D1B99C
Black with #D1B99C
Text Example
Text Example
White with #D1B99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B99C; }
p { color: rgb(209,185,156); }
H1.HeaderClassName
{
color: #D1B99C;
}
.AnyTagClassName
{
color: #D1B99C;
}
</style>
background-color css
<style>
a { background-color: #D1B99C; }
a { background-color: rgb(209,185,156); }
div.DivClassName
{
background-color: #D1B99C;
}
.BgClassName
{
background-color: #D1B99C;
}
</style>
border-color css
<style>
span { border-color: #D1B99C; }
span { border-color: rgb(209,185,156); }
td.TdClassName
{
border-color: #D1B99C;
}
.TagClassName
{
border-color: #D1B99C;
}
</style>