Shades of Vanilla #D4BB9C
Tints of Vanilla #D4BB9C
RGB
CMYK
RGB Variations
Color information
#D4BB9C (or 0xD4BB9C) is known color: Vanilla. HEX triplet: D4, BB and 9C. RGB value is (212,187,156). Sum of RGB (Red+Green+Blue) = 212+187+156=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BB9C is #2B4463. Grayscale: #BFBFBF. Windows color (decimal): -2835556 or 10271700. OLE color: 10271700.
HSL color Cylindrical-coordinate representation of color #D4BB9C: hue angle of 33.21º 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 #D4BB9C is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 156 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.17 |
| HSL | 33.21º | 0.39% | 0.72% | - |
| HSV(B) | 33.21º | 0.26% | 0.83% | - |
| XYZ | 50.92 | 51.94 | 38.79 | - |
| YUV | 190.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 156 | 0 | 0.12 | 0.26 | 0.17 | 33.21 | 0.39 | 0.72 |
| Hex | D4 | BB | 9C | 0 | C | 1A | 11 | 21 | 27 | 48 |
| Octal | 324 | 273 | 234 | 0 | 14 | 32 | 21 | 41 | 47 | 110 |
| Binary | 11010100 | 10111011 | 10011100 | 0 | 1100 | 11010 | 10001 | 100001 | 100111 | 1001000 |
Color Harmonies of #D4BB9C
Complementary color
Monochromatic Colors of #D4BB9C
Black with #D4BB9C
Text Example
Text Example
White with #D4BB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BB9C; }
p { color: rgb(212,187,156); }
H1.HeaderClassName
{
color: #D4BB9C;
}
.AnyTagClassName
{
color: #D4BB9C;
}
</style>
background-color css
<style>
a { background-color: #D4BB9C; }
a { background-color: rgb(212,187,156); }
div.DivClassName
{
background-color: #D4BB9C;
}
.BgClassName
{
background-color: #D4BB9C;
}
</style>
border-color css
<style>
span { border-color: #D4BB9C; }
span { border-color: rgb(212,187,156); }
td.TdClassName
{
border-color: #D4BB9C;
}
.TagClassName
{
border-color: #D4BB9C;
}
</style>