Shades of Vanilla #D2BA96
Tints of Vanilla #D2BA96
RGB
CMYK
RGB Variations
Color information
#D2BA96 (or 0xD2BA96) is known color: Vanilla. HEX triplet: D2, BA and 96. RGB value is (210,186,150). Sum of RGB (Red+Green+Blue) = 210+186+150=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BA96 is #2D4569. Grayscale: #BDBDBD. Windows color (decimal): -2966890 or 9878226. OLE color: 9878226.
HSL color Cylindrical-coordinate representation of color #D2BA96: hue angle of 36º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2BA96 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 150 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.18 |
| HSL | 36º | 0.4% | 0.71% | - |
| HSV(B) | 36º | 0.29% | 0.82% | - |
| XYZ | 49.64 | 51.02 | 36.09 | - |
| YUV | 189.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 150 | 0 | 0.11 | 0.29 | 0.18 | 36 | 0.4 | 0.71 |
| Hex | D2 | BA | 96 | 0 | B | 1D | 12 | 24 | 28 | 47 |
| Octal | 322 | 272 | 226 | 0 | 13 | 35 | 22 | 44 | 50 | 107 |
| Binary | 11010010 | 10111010 | 10010110 | 0 | 1011 | 11101 | 10010 | 100100 | 101000 | 1000111 |
Color Harmonies of #D2BA96
Complementary color
Monochromatic Colors of #D2BA96
Black with #D2BA96
Text Example
Text Example
White with #D2BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA96; }
p { color: rgb(210,186,150); }
H1.HeaderClassName
{
color: #D2BA96;
}
.AnyTagClassName
{
color: #D2BA96;
}
</style>
background-color css
<style>
a { background-color: #D2BA96; }
a { background-color: rgb(210,186,150); }
div.DivClassName
{
background-color: #D2BA96;
}
.BgClassName
{
background-color: #D2BA96;
}
</style>
border-color css
<style>
span { border-color: #D2BA96; }
span { border-color: rgb(210,186,150); }
td.TdClassName
{
border-color: #D2BA96;
}
.TagClassName
{
border-color: #D2BA96;
}
</style>