Shades of Vanilla #D4BA9A
Tints of Vanilla #D4BA9A
RGB
CMYK
RGB Variations
Color information
#D4BA9A (or 0xD4BA9A) is known color: Vanilla. HEX triplet: D4, BA and 9A. RGB value is (212,186,154). Sum of RGB (Red+Green+Blue) = 212+186+154=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BA9A is #2B4565. Grayscale: #BEBEBE. Windows color (decimal): -2835814 or 10140372. OLE color: 10140372.
HSL color Cylindrical-coordinate representation of color #D4BA9A: hue angle of 33.1º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4BA9A is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 154 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.17 |
| HSL | 33.1º | 0.4% | 0.72% | - |
| HSV(B) | 33.1º | 0.27% | 0.83% | - |
| XYZ | 50.54 | 51.45 | 37.84 | - |
| YUV | 190.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 154 | 0 | 0.12 | 0.27 | 0.17 | 33.1 | 0.4 | 0.72 |
| Hex | D4 | BA | 9A | 0 | C | 1B | 11 | 21 | 28 | 48 |
| Octal | 324 | 272 | 232 | 0 | 14 | 33 | 21 | 41 | 50 | 110 |
| Binary | 11010100 | 10111010 | 10011010 | 0 | 1100 | 11011 | 10001 | 100001 | 101000 | 1001000 |
Color Harmonies of #D4BA9A
Complementary color
Monochromatic Colors of #D4BA9A
Black with #D4BA9A
Text Example
Text Example
White with #D4BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BA9A; }
p { color: rgb(212,186,154); }
H1.HeaderClassName
{
color: #D4BA9A;
}
.AnyTagClassName
{
color: #D4BA9A;
}
</style>
background-color css
<style>
a { background-color: #D4BA9A; }
a { background-color: rgb(212,186,154); }
div.DivClassName
{
background-color: #D4BA9A;
}
.BgClassName
{
background-color: #D4BA9A;
}
</style>
border-color css
<style>
span { border-color: #D4BA9A; }
span { border-color: rgb(212,186,154); }
td.TdClassName
{
border-color: #D4BA9A;
}
.TagClassName
{
border-color: #D4BA9A;
}
</style>