Shades of Vanilla #D5BC9B
Tints of Vanilla #D5BC9B
RGB
CMYK
RGB Variations
Color information
#D5BC9B (or 0xD5BC9B) is known color: Vanilla. HEX triplet: D5, BC and 9B. RGB value is (213,188,155). Sum of RGB (Red+Green+Blue) = 213+188+155=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC9B is #2A4364. Grayscale: #BFBFBF. Windows color (decimal): -2769765 or 10206421. OLE color: 10206421.
HSL color Cylindrical-coordinate representation of color #D5BC9B: hue angle of 34.14º degrees, saturation: 0.41, 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 #D5BC9B is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 155 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.16 |
| HSL | 34.14º | 0.41% | 0.72% | - |
| HSV(B) | 34.14º | 0.27% | 0.84% | - |
| XYZ | 51.34 | 52.48 | 38.43 | - |
| YUV | 191.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 155 | 0 | 0.12 | 0.27 | 0.16 | 34.14 | 0.41 | 0.72 |
| Hex | D5 | BC | 9B | 0 | C | 1B | 10 | 22 | 29 | 48 |
| Octal | 325 | 274 | 233 | 0 | 14 | 33 | 20 | 42 | 51 | 110 |
| Binary | 11010101 | 10111100 | 10011011 | 0 | 1100 | 11011 | 10000 | 100010 | 101001 | 1001000 |
Color Harmonies of #D5BC9B
Complementary color
Monochromatic Colors of #D5BC9B
Black with #D5BC9B
Text Example
Text Example
White with #D5BC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC9B; }
p { color: rgb(213,188,155); }
H1.HeaderClassName
{
color: #D5BC9B;
}
.AnyTagClassName
{
color: #D5BC9B;
}
</style>
background-color css
<style>
a { background-color: #D5BC9B; }
a { background-color: rgb(213,188,155); }
div.DivClassName
{
background-color: #D5BC9B;
}
.BgClassName
{
background-color: #D5BC9B;
}
</style>
border-color css
<style>
span { border-color: #D5BC9B; }
span { border-color: rgb(213,188,155); }
td.TdClassName
{
border-color: #D5BC9B;
}
.TagClassName
{
border-color: #D5BC9B;
}
</style>