Shades of Vanilla #D0BB9C
Tints of Vanilla #D0BB9C
RGB
CMYK
RGB Variations
Color information
#D0BB9C (or 0xD0BB9C) is known color: Vanilla. HEX triplet: D0, BB and 9C. RGB value is (208,187,156). Sum of RGB (Red+Green+Blue) = 208+187+156=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BB9C is #2F4463. Grayscale: #BDBDBD. Windows color (decimal): -3097700 or 10271696. OLE color: 10271696.
HSL color Cylindrical-coordinate representation of color #D0BB9C: hue angle of 35.77º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0BB9C is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 156 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.18 |
| HSL | 35.77º | 0.36% | 0.71% | - |
| HSV(B) | 35.77º | 0.25% | 0.82% | - |
| XYZ | 49.78 | 51.35 | 38.74 | - |
| YUV | 189.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 156 | 0 | 0.10 | 0.25 | 0.18 | 35.77 | 0.36 | 0.71 |
| Hex | D0 | BB | 9C | 0 | A | 19 | 12 | 24 | 24 | 47 |
| Octal | 320 | 273 | 234 | 0 | 12 | 31 | 22 | 44 | 44 | 107 |
| Binary | 11010000 | 10111011 | 10011100 | 0 | 1010 | 11001 | 10010 | 100100 | 100100 | 1000111 |
Color Harmonies of #D0BB9C
Complementary color
Monochromatic Colors of #D0BB9C
Black with #D0BB9C
Text Example
Text Example
White with #D0BB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BB9C; }
p { color: rgb(208,187,156); }
H1.HeaderClassName
{
color: #D0BB9C;
}
.AnyTagClassName
{
color: #D0BB9C;
}
</style>
background-color css
<style>
a { background-color: #D0BB9C; }
a { background-color: rgb(208,187,156); }
div.DivClassName
{
background-color: #D0BB9C;
}
.BgClassName
{
background-color: #D0BB9C;
}
</style>
border-color css
<style>
span { border-color: #D0BB9C; }
span { border-color: rgb(208,187,156); }
td.TdClassName
{
border-color: #D0BB9C;
}
.TagClassName
{
border-color: #D0BB9C;
}
</style>