Shades of Vanilla #D4BB96
Tints of Vanilla #D4BB96
RGB
CMYK
RGB Variations
Color information
#D4BB96 (or 0xD4BB96) is known color: Vanilla. HEX triplet: D4, BB and 96. RGB value is (212,187,150). Sum of RGB (Red+Green+Blue) = 212+187+150=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BB96 is #2B4469. Grayscale: #BEBEBE. Windows color (decimal): -2835562 or 9878484. OLE color: 9878484.
HSL color Cylindrical-coordinate representation of color #D4BB96: hue angle of 35.81º degrees, saturation: 0.42, 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 #D4BB96 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 150 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.17 |
| HSL | 35.81º | 0.42% | 0.71% | - |
| HSV(B) | 35.81º | 0.29% | 0.83% | - |
| XYZ | 50.43 | 51.74 | 36.18 | - |
| YUV | 190.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 150 | 0 | 0.12 | 0.29 | 0.17 | 35.81 | 0.42 | 0.71 |
| Hex | D4 | BB | 96 | 0 | C | 1D | 11 | 24 | 2A | 47 |
| Octal | 324 | 273 | 226 | 0 | 14 | 35 | 21 | 44 | 52 | 107 |
| Binary | 11010100 | 10111011 | 10010110 | 0 | 1100 | 11101 | 10001 | 100100 | 101010 | 1000111 |
Color Harmonies of #D4BB96
Complementary color
Monochromatic Colors of #D4BB96
Black with #D4BB96
Text Example
Text Example
White with #D4BB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BB96; }
p { color: rgb(212,187,150); }
H1.HeaderClassName
{
color: #D4BB96;
}
.AnyTagClassName
{
color: #D4BB96;
}
</style>
background-color css
<style>
a { background-color: #D4BB96; }
a { background-color: rgb(212,187,150); }
div.DivClassName
{
background-color: #D4BB96;
}
.BgClassName
{
background-color: #D4BB96;
}
</style>
border-color css
<style>
span { border-color: #D4BB96; }
span { border-color: rgb(212,187,150); }
td.TdClassName
{
border-color: #D4BB96;
}
.TagClassName
{
border-color: #D4BB96;
}
</style>