Shades of Vanilla #D5BD99
Tints of Vanilla #D5BD99
RGB
CMYK
RGB Variations
Color information
#D5BD99 (or 0xD5BD99) is known color: Vanilla. HEX triplet: D5, BD and 99. RGB value is (213,189,153). Sum of RGB (Red+Green+Blue) = 213+189+153=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BD99 is #2A4266. Grayscale: #C0C0C0. Windows color (decimal): -2769511 or 10075605. OLE color: 10075605.
HSL color Cylindrical-coordinate representation of color #D5BD99: hue angle of 36º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5BD99 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 153 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.16 |
| HSL | 36º | 0.42% | 0.72% | - |
| HSV(B) | 36º | 0.28% | 0.84% | - |
| XYZ | 51.39 | 52.84 | 37.63 | - |
| YUV | 192.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 153 | 0 | 0.11 | 0.28 | 0.16 | 36 | 0.42 | 0.72 |
| Hex | D5 | BD | 99 | 0 | B | 1C | 10 | 24 | 2A | 48 |
| Octal | 325 | 275 | 231 | 0 | 13 | 34 | 20 | 44 | 52 | 110 |
| Binary | 11010101 | 10111101 | 10011001 | 0 | 1011 | 11100 | 10000 | 100100 | 101010 | 1001000 |
Color Harmonies of #D5BD99
Complementary color
Monochromatic Colors of #D5BD99
Black with #D5BD99
Text Example
Text Example
White with #D5BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BD99; }
p { color: rgb(213,189,153); }
H1.HeaderClassName
{
color: #D5BD99;
}
.AnyTagClassName
{
color: #D5BD99;
}
</style>
background-color css
<style>
a { background-color: #D5BD99; }
a { background-color: rgb(213,189,153); }
div.DivClassName
{
background-color: #D5BD99;
}
.BgClassName
{
background-color: #D5BD99;
}
</style>
border-color css
<style>
span { border-color: #D5BD99; }
span { border-color: rgb(213,189,153); }
td.TdClassName
{
border-color: #D5BD99;
}
.TagClassName
{
border-color: #D5BD99;
}
</style>