Shades of Vanilla #D5BB9C
Tints of Vanilla #D5BB9C
RGB
CMYK
RGB Variations
Color information
#D5BB9C (or 0xD5BB9C) is known color: Vanilla. HEX triplet: D5, BB and 9C. RGB value is (213,187,156). Sum of RGB (Red+Green+Blue) = 213+187+156=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BB9C is #2A4463. Grayscale: #BFBFBF. Windows color (decimal): -2770020 or 10271701. OLE color: 10271701.
HSL color Cylindrical-coordinate representation of color #D5BB9C: hue angle of 32.63º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5BB9C is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 156 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.16 |
| HSL | 32.63º | 0.4% | 0.72% | - |
| HSV(B) | 32.63º | 0.27% | 0.84% | - |
| XYZ | 51.21 | 52.09 | 38.81 | - |
| YUV | 191.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 156 | 0 | 0.12 | 0.27 | 0.16 | 32.63 | 0.4 | 0.72 |
| Hex | D5 | BB | 9C | 0 | C | 1B | 10 | 21 | 28 | 48 |
| Octal | 325 | 273 | 234 | 0 | 14 | 33 | 20 | 41 | 50 | 110 |
| Binary | 11010101 | 10111011 | 10011100 | 0 | 1100 | 11011 | 10000 | 100001 | 101000 | 1001000 |
Color Harmonies of #D5BB9C
Complementary color
Monochromatic Colors of #D5BB9C
Black with #D5BB9C
Text Example
Text Example
White with #D5BB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BB9C; }
p { color: rgb(213,187,156); }
H1.HeaderClassName
{
color: #D5BB9C;
}
.AnyTagClassName
{
color: #D5BB9C;
}
</style>
background-color css
<style>
a { background-color: #D5BB9C; }
a { background-color: rgb(213,187,156); }
div.DivClassName
{
background-color: #D5BB9C;
}
.BgClassName
{
background-color: #D5BB9C;
}
</style>
border-color css
<style>
span { border-color: #D5BB9C; }
span { border-color: rgb(213,187,156); }
td.TdClassName
{
border-color: #D5BB9C;
}
.TagClassName
{
border-color: #D5BB9C;
}
</style>