Shades of Vanilla #D5BC9C
Tints of Vanilla #D5BC9C
RGB
CMYK
RGB Variations
Color information
#D5BC9C (or 0xD5BC9C) is known color: Vanilla. HEX triplet: D5, BC and 9C. RGB value is (213,188,156). Sum of RGB (Red+Green+Blue) = 213+188+156=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC9C is #2A4363. Grayscale: #BFBFBF. Windows color (decimal): -2769764 or 10271957. OLE color: 10271957.
HSL color Cylindrical-coordinate representation of color #D5BC9C: hue angle of 33.68º 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 #D5BC9C is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 156 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.16 |
| HSL | 33.68º | 0.4% | 0.72% | - |
| HSV(B) | 33.68º | 0.27% | 0.84% | - |
| XYZ | 51.42 | 52.51 | 38.88 | - |
| YUV | 191.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 156 | 0 | 0.12 | 0.27 | 0.16 | 33.68 | 0.4 | 0.72 |
| Hex | D5 | BC | 9C | 0 | C | 1B | 10 | 22 | 28 | 48 |
| Octal | 325 | 274 | 234 | 0 | 14 | 33 | 20 | 42 | 50 | 110 |
| Binary | 11010101 | 10111100 | 10011100 | 0 | 1100 | 11011 | 10000 | 100010 | 101000 | 1001000 |
Color Harmonies of #D5BC9C
Complementary color
Monochromatic Colors of #D5BC9C
Black with #D5BC9C
Text Example
Text Example
White with #D5BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC9C; }
p { color: rgb(213,188,156); }
H1.HeaderClassName
{
color: #D5BC9C;
}
.AnyTagClassName
{
color: #D5BC9C;
}
</style>
background-color css
<style>
a { background-color: #D5BC9C; }
a { background-color: rgb(213,188,156); }
div.DivClassName
{
background-color: #D5BC9C;
}
.BgClassName
{
background-color: #D5BC9C;
}
</style>
border-color css
<style>
span { border-color: #D5BC9C; }
span { border-color: rgb(213,188,156); }
td.TdClassName
{
border-color: #D5BC9C;
}
.TagClassName
{
border-color: #D5BC9C;
}
</style>