Shades of Vanilla #D4BA97
Tints of Vanilla #D4BA97
RGB
CMYK
RGB Variations
Color information
#D4BA97 (or 0xD4BA97) is known color: Vanilla. HEX triplet: D4, BA and 97. RGB value is (212,186,151). Sum of RGB (Red+Green+Blue) = 212+186+151=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BA97 is #2B4568. Grayscale: #BDBDBD. Windows color (decimal): -2835817 or 9943764. OLE color: 9943764.
HSL color Cylindrical-coordinate representation of color #D4BA97: hue angle of 34.43º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4BA97 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 151 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.17 |
| HSL | 34.43º | 0.41% | 0.71% | - |
| HSV(B) | 34.43º | 0.29% | 0.83% | - |
| XYZ | 50.3 | 51.35 | 36.54 | - |
| YUV | 189.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 151 | 0 | 0.12 | 0.29 | 0.17 | 34.43 | 0.41 | 0.71 |
| Hex | D4 | BA | 97 | 0 | C | 1D | 11 | 22 | 29 | 47 |
| Octal | 324 | 272 | 227 | 0 | 14 | 35 | 21 | 42 | 51 | 107 |
| Binary | 11010100 | 10111010 | 10010111 | 0 | 1100 | 11101 | 10001 | 100010 | 101001 | 1000111 |
Color Harmonies of #D4BA97
Complementary color
Monochromatic Colors of #D4BA97
Black with #D4BA97
Text Example
Text Example
White with #D4BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BA97; }
p { color: rgb(212,186,151); }
H1.HeaderClassName
{
color: #D4BA97;
}
.AnyTagClassName
{
color: #D4BA97;
}
</style>
background-color css
<style>
a { background-color: #D4BA97; }
a { background-color: rgb(212,186,151); }
div.DivClassName
{
background-color: #D4BA97;
}
.BgClassName
{
background-color: #D4BA97;
}
</style>
border-color css
<style>
span { border-color: #D4BA97; }
span { border-color: rgb(212,186,151); }
td.TdClassName
{
border-color: #D4BA97;
}
.TagClassName
{
border-color: #D4BA97;
}
</style>