Shades of Vanilla #D2BD95
Tints of Vanilla #D2BD95
RGB
CMYK
RGB Variations
Color information
#D2BD95 (or 0xD2BD95) is known color: Vanilla. HEX triplet: D2, BD and 95. RGB value is (210,189,149). Sum of RGB (Red+Green+Blue) = 210+189+149=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BD95 is #2D426A. Grayscale: #BEBEBE. Windows color (decimal): -2966123 or 9813458. OLE color: 9813458.
HSL color Cylindrical-coordinate representation of color #D2BD95: hue angle of 39.34º 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 #D2BD95 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 149 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.18 |
| HSL | 39.34º | 0.4% | 0.7% | - |
| HSV(B) | 39.34º | 0.29% | 0.82% | - |
| XYZ | 50.2 | 52.27 | 35.88 | - |
| YUV | 190.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 149 | 0 | 0.10 | 0.29 | 0.18 | 39.34 | 0.4 | 0.7 |
| Hex | D2 | BD | 95 | 0 | A | 1D | 12 | 27 | 28 | 46 |
| Octal | 322 | 275 | 225 | 0 | 12 | 35 | 22 | 47 | 50 | 106 |
| Binary | 11010010 | 10111101 | 10010101 | 0 | 1010 | 11101 | 10010 | 100111 | 101000 | 1000110 |
Color Harmonies of #D2BD95
Complementary color
Monochromatic Colors of #D2BD95
Black with #D2BD95
Text Example
Text Example
White with #D2BD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD95; }
p { color: rgb(210,189,149); }
H1.HeaderClassName
{
color: #D2BD95;
}
.AnyTagClassName
{
color: #D2BD95;
}
</style>
background-color css
<style>
a { background-color: #D2BD95; }
a { background-color: rgb(210,189,149); }
div.DivClassName
{
background-color: #D2BD95;
}
.BgClassName
{
background-color: #D2BD95;
}
</style>
border-color css
<style>
span { border-color: #D2BD95; }
span { border-color: rgb(210,189,149); }
td.TdClassName
{
border-color: #D2BD95;
}
.TagClassName
{
border-color: #D2BD95;
}
</style>