Shades of Vanilla #D1BB9A
Tints of Vanilla #D1BB9A
RGB
CMYK
RGB Variations
Color information
#D1BB9A (or 0xD1BB9A) is known color: Vanilla. HEX triplet: D1, BB and 9A. RGB value is (209,187,154). Sum of RGB (Red+Green+Blue) = 209+187+154=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BB9A is #2E4465. Grayscale: #BDBDBD. Windows color (decimal): -3032166 or 10140625. OLE color: 10140625.
HSL color Cylindrical-coordinate representation of color #D1BB9A: hue angle of 36º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1BB9A is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 187 | 154 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.18 |
| HSL | 36º | 0.37% | 0.71% | - |
| HSV(B) | 36º | 0.26% | 0.82% | - |
| XYZ | 49.9 | 51.43 | 37.87 | - |
| YUV | 189.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 154 | 0 | 0.11 | 0.26 | 0.18 | 36 | 0.37 | 0.71 |
| Hex | D1 | BB | 9A | 0 | B | 1A | 12 | 24 | 25 | 47 |
| Octal | 321 | 273 | 232 | 0 | 13 | 32 | 22 | 44 | 45 | 107 |
| Binary | 11010001 | 10111011 | 10011010 | 0 | 1011 | 11010 | 10010 | 100100 | 100101 | 1000111 |
Color Harmonies of #D1BB9A
Complementary color
Monochromatic Colors of #D1BB9A
Black with #D1BB9A
Text Example
Text Example
White with #D1BB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BB9A; }
p { color: rgb(209,187,154); }
H1.HeaderClassName
{
color: #D1BB9A;
}
.AnyTagClassName
{
color: #D1BB9A;
}
</style>
background-color css
<style>
a { background-color: #D1BB9A; }
a { background-color: rgb(209,187,154); }
div.DivClassName
{
background-color: #D1BB9A;
}
.BgClassName
{
background-color: #D1BB9A;
}
</style>
border-color css
<style>
span { border-color: #D1BB9A; }
span { border-color: rgb(209,187,154); }
td.TdClassName
{
border-color: #D1BB9A;
}
.TagClassName
{
border-color: #D1BB9A;
}
</style>