Shades of Vanilla #D2B995
Tints of Vanilla #D2B995
RGB
CMYK
RGB Variations
Color information
#D2B995 (or 0xD2B995) is known color: Vanilla. HEX triplet: D2, B9 and 95. RGB value is (210,185,149). Sum of RGB (Red+Green+Blue) = 210+185+149=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B995 is #2D466A. Grayscale: #BCBCBC. Windows color (decimal): -2967147 or 9812434. OLE color: 9812434.
HSL color Cylindrical-coordinate representation of color #D2B995: hue angle of 35.41º 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 #D2B995 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 149 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.18 |
| HSL | 35.41º | 0.4% | 0.7% | - |
| HSV(B) | 35.41º | 0.29% | 0.82% | - |
| XYZ | 49.35 | 50.57 | 35.59 | - |
| YUV | 188.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 149 | 0 | 0.12 | 0.29 | 0.18 | 35.41 | 0.4 | 0.7 |
| Hex | D2 | B9 | 95 | 0 | C | 1D | 12 | 23 | 28 | 46 |
| Octal | 322 | 271 | 225 | 0 | 14 | 35 | 22 | 43 | 50 | 106 |
| Binary | 11010010 | 10111001 | 10010101 | 0 | 1100 | 11101 | 10010 | 100011 | 101000 | 1000110 |
Color Harmonies of #D2B995
Complementary color
Monochromatic Colors of #D2B995
Black with #D2B995
Text Example
Text Example
White with #D2B995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B995; }
p { color: rgb(210,185,149); }
H1.HeaderClassName
{
color: #D2B995;
}
.AnyTagClassName
{
color: #D2B995;
}
</style>
background-color css
<style>
a { background-color: #D2B995; }
a { background-color: rgb(210,185,149); }
div.DivClassName
{
background-color: #D2B995;
}
.BgClassName
{
background-color: #D2B995;
}
</style>
border-color css
<style>
span { border-color: #D2B995; }
span { border-color: rgb(210,185,149); }
td.TdClassName
{
border-color: #D2B995;
}
.TagClassName
{
border-color: #D2B995;
}
</style>