Shades of Vanilla #D2BA97
Tints of Vanilla #D2BA97
RGB
CMYK
RGB Variations
Color information
#D2BA97 (or 0xD2BA97) is known color: Vanilla. HEX triplet: D2, BA and 97. RGB value is (210,186,151). Sum of RGB (Red+Green+Blue) = 210+186+151=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BA97 is #2D4568. Grayscale: #BDBDBD. Windows color (decimal): -2966889 or 9943762. OLE color: 9943762.
HSL color Cylindrical-coordinate representation of color #D2BA97: hue angle of 35.59º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2BA97 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 151 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.18 |
| HSL | 35.59º | 0.4% | 0.71% | - |
| HSV(B) | 35.59º | 0.28% | 0.82% | - |
| XYZ | 49.72 | 51.05 | 36.51 | - |
| YUV | 189.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 151 | 0 | 0.11 | 0.28 | 0.18 | 35.59 | 0.4 | 0.71 |
| Hex | D2 | BA | 97 | 0 | B | 1C | 12 | 24 | 28 | 47 |
| Octal | 322 | 272 | 227 | 0 | 13 | 34 | 22 | 44 | 50 | 107 |
| Binary | 11010010 | 10111010 | 10010111 | 0 | 1011 | 11100 | 10010 | 100100 | 101000 | 1000111 |
Color Harmonies of #D2BA97
Complementary color
Monochromatic Colors of #D2BA97
Black with #D2BA97
Text Example
Text Example
White with #D2BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA97; }
p { color: rgb(210,186,151); }
H1.HeaderClassName
{
color: #D2BA97;
}
.AnyTagClassName
{
color: #D2BA97;
}
</style>
background-color css
<style>
a { background-color: #D2BA97; }
a { background-color: rgb(210,186,151); }
div.DivClassName
{
background-color: #D2BA97;
}
.BgClassName
{
background-color: #D2BA97;
}
</style>
border-color css
<style>
span { border-color: #D2BA97; }
span { border-color: rgb(210,186,151); }
td.TdClassName
{
border-color: #D2BA97;
}
.TagClassName
{
border-color: #D2BA97;
}
</style>