Shades of Vanilla #D2BA95
Tints of Vanilla #D2BA95
RGB
CMYK
RGB Variations
Color information
#D2BA95 (or 0xD2BA95) is known color: Vanilla. HEX triplet: D2, BA and 95. RGB value is (210,186,149). Sum of RGB (Red+Green+Blue) = 210+186+149=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BA95 is #2D456A. Grayscale: #BDBDBD. Windows color (decimal): -2966891 or 9812690. OLE color: 9812690.
HSL color Cylindrical-coordinate representation of color #D2BA95: hue angle of 36.39º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2BA95 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 149 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.18 |
| HSL | 36.39º | 0.4% | 0.7% | - |
| HSV(B) | 36.39º | 0.29% | 0.82% | - |
| XYZ | 49.56 | 50.99 | 35.66 | - |
| YUV | 188.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 149 | 0 | 0.11 | 0.29 | 0.18 | 36.39 | 0.4 | 0.7 |
| Hex | D2 | BA | 95 | 0 | B | 1D | 12 | 24 | 28 | 46 |
| Octal | 322 | 272 | 225 | 0 | 13 | 35 | 22 | 44 | 50 | 106 |
| Binary | 11010010 | 10111010 | 10010101 | 0 | 1011 | 11101 | 10010 | 100100 | 101000 | 1000110 |
Color Harmonies of #D2BA95
Complementary color
Monochromatic Colors of #D2BA95
Black with #D2BA95
Text Example
Text Example
White with #D2BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA95; }
p { color: rgb(210,186,149); }
H1.HeaderClassName
{
color: #D2BA95;
}
.AnyTagClassName
{
color: #D2BA95;
}
</style>
background-color css
<style>
a { background-color: #D2BA95; }
a { background-color: rgb(210,186,149); }
div.DivClassName
{
background-color: #D2BA95;
}
.BgClassName
{
background-color: #D2BA95;
}
</style>
border-color css
<style>
span { border-color: #D2BA95; }
span { border-color: rgb(210,186,149); }
td.TdClassName
{
border-color: #D2BA95;
}
.TagClassName
{
border-color: #D2BA95;
}
</style>