Shades of Vanilla #D0BA96
Tints of Vanilla #D0BA96
RGB
CMYK
RGB Variations
Color information
#D0BA96 (or 0xD0BA96) is known color: Vanilla. HEX triplet: D0, BA and 96. RGB value is (208,186,150). Sum of RGB (Red+Green+Blue) = 208+186+150=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BA96 is #2F4569. Grayscale: #BCBCBC. Windows color (decimal): -3097962 or 9878224. OLE color: 9878224.
HSL color Cylindrical-coordinate representation of color #D0BA96: hue angle of 37.24º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0BA96 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 150 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.18 |
| HSL | 37.24º | 0.38% | 0.7% | - |
| HSV(B) | 37.24º | 0.28% | 0.82% | - |
| XYZ | 49.08 | 50.73 | 36.06 | - |
| YUV | 188.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 150 | 0 | 0.11 | 0.28 | 0.18 | 37.24 | 0.38 | 0.7 |
| Hex | D0 | BA | 96 | 0 | B | 1C | 12 | 25 | 26 | 46 |
| Octal | 320 | 272 | 226 | 0 | 13 | 34 | 22 | 45 | 46 | 106 |
| Binary | 11010000 | 10111010 | 10010110 | 0 | 1011 | 11100 | 10010 | 100101 | 100110 | 1000110 |
Color Harmonies of #D0BA96
Complementary color
Monochromatic Colors of #D0BA96
Black with #D0BA96
Text Example
Text Example
White with #D0BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA96; }
p { color: rgb(208,186,150); }
H1.HeaderClassName
{
color: #D0BA96;
}
.AnyTagClassName
{
color: #D0BA96;
}
</style>
background-color css
<style>
a { background-color: #D0BA96; }
a { background-color: rgb(208,186,150); }
div.DivClassName
{
background-color: #D0BA96;
}
.BgClassName
{
background-color: #D0BA96;
}
</style>
border-color css
<style>
span { border-color: #D0BA96; }
span { border-color: rgb(208,186,150); }
td.TdClassName
{
border-color: #D0BA96;
}
.TagClassName
{
border-color: #D0BA96;
}
</style>