Shades of Vanilla #D4BA9D
Tints of Vanilla #D4BA9D
RGB
CMYK
RGB Variations
Color information
#D4BA9D (or 0xD4BA9D) is known color: Vanilla. HEX triplet: D4, BA and 9D. RGB value is (212,186,157). Sum of RGB (Red+Green+Blue) = 212+186+157=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BA9D is #2B4562. Grayscale: #BEBEBE. Windows color (decimal): -2835811 or 10336980. OLE color: 10336980.
HSL color Cylindrical-coordinate representation of color #D4BA9D: hue angle of 31.64º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4BA9D is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 157 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.17 |
| HSL | 31.64º | 0.39% | 0.72% | - |
| HSV(B) | 31.64º | 0.26% | 0.83% | - |
| XYZ | 50.8 | 51.55 | 39.17 | - |
| YUV | 190.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 157 | 0 | 0.12 | 0.26 | 0.17 | 31.64 | 0.39 | 0.72 |
| Hex | D4 | BA | 9D | 0 | C | 1A | 11 | 20 | 27 | 48 |
| Octal | 324 | 272 | 235 | 0 | 14 | 32 | 21 | 40 | 47 | 110 |
| Binary | 11010100 | 10111010 | 10011101 | 0 | 1100 | 11010 | 10001 | 100000 | 100111 | 1001000 |
Color Harmonies of #D4BA9D
Complementary color
Monochromatic Colors of #D4BA9D
Black with #D4BA9D
Text Example
Text Example
White with #D4BA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BA9D; }
p { color: rgb(212,186,157); }
H1.HeaderClassName
{
color: #D4BA9D;
}
.AnyTagClassName
{
color: #D4BA9D;
}
</style>
background-color css
<style>
a { background-color: #D4BA9D; }
a { background-color: rgb(212,186,157); }
div.DivClassName
{
background-color: #D4BA9D;
}
.BgClassName
{
background-color: #D4BA9D;
}
</style>
border-color css
<style>
span { border-color: #D4BA9D; }
span { border-color: rgb(212,186,157); }
td.TdClassName
{
border-color: #D4BA9D;
}
.TagClassName
{
border-color: #D4BA9D;
}
</style>