Shades of Vanilla #D0BB9D
Tints of Vanilla #D0BB9D
RGB
CMYK
RGB Variations
Color information
#D0BB9D (or 0xD0BB9D) is known color: Vanilla. HEX triplet: D0, BB and 9D. RGB value is (208,187,157). Sum of RGB (Red+Green+Blue) = 208+187+157=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BB9D is #2F4462. Grayscale: #BEBEBE. Windows color (decimal): -3097699 or 10337232. OLE color: 10337232.
HSL color Cylindrical-coordinate representation of color #D0BB9D: hue angle of 35.29º degrees, saturation: 0.35, 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 #D0BB9D is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 157 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.18 |
| HSL | 35.29º | 0.35% | 0.72% | - |
| HSV(B) | 35.29º | 0.25% | 0.82% | - |
| XYZ | 49.87 | 51.38 | 39.19 | - |
| YUV | 189.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 157 | 0 | 0.10 | 0.25 | 0.18 | 35.29 | 0.35 | 0.72 |
| Hex | D0 | BB | 9D | 0 | A | 19 | 12 | 23 | 23 | 48 |
| Octal | 320 | 273 | 235 | 0 | 12 | 31 | 22 | 43 | 43 | 110 |
| Binary | 11010000 | 10111011 | 10011101 | 0 | 1010 | 11001 | 10010 | 100011 | 100011 | 1001000 |
Color Harmonies of #D0BB9D
Complementary color
Monochromatic Colors of #D0BB9D
Black with #D0BB9D
Text Example
Text Example
White with #D0BB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BB9D; }
p { color: rgb(208,187,157); }
H1.HeaderClassName
{
color: #D0BB9D;
}
.AnyTagClassName
{
color: #D0BB9D;
}
</style>
background-color css
<style>
a { background-color: #D0BB9D; }
a { background-color: rgb(208,187,157); }
div.DivClassName
{
background-color: #D0BB9D;
}
.BgClassName
{
background-color: #D0BB9D;
}
</style>
border-color css
<style>
span { border-color: #D0BB9D; }
span { border-color: rgb(208,187,157); }
td.TdClassName
{
border-color: #D0BB9D;
}
.TagClassName
{
border-color: #D0BB9D;
}
</style>