Shades of Vanilla #D2BC99
Tints of Vanilla #D2BC99
RGB
CMYK
RGB Variations
Color information
#D2BC99 (or 0xD2BC99) is known color: Vanilla. HEX triplet: D2, BC and 99. RGB value is (210,188,153). Sum of RGB (Red+Green+Blue) = 210+188+153=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BC99 is #2D4366. Grayscale: #BEBEBE. Windows color (decimal): -2966375 or 10075346. OLE color: 10075346.
HSL color Cylindrical-coordinate representation of color #D2BC99: hue angle of 36.84º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2BC99 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 153 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.18 |
| HSL | 36.84º | 0.39% | 0.71% | - |
| HSV(B) | 36.84º | 0.27% | 0.82% | - |
| XYZ | 50.31 | 51.97 | 37.52 | - |
| YUV | 190.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 153 | 0 | 0.10 | 0.27 | 0.18 | 36.84 | 0.39 | 0.71 |
| Hex | D2 | BC | 99 | 0 | A | 1B | 12 | 25 | 27 | 47 |
| Octal | 322 | 274 | 231 | 0 | 12 | 33 | 22 | 45 | 47 | 107 |
| Binary | 11010010 | 10111100 | 10011001 | 0 | 1010 | 11011 | 10010 | 100101 | 100111 | 1000111 |
Color Harmonies of #D2BC99
Complementary color
Monochromatic Colors of #D2BC99
Black with #D2BC99
Text Example
Text Example
White with #D2BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC99; }
p { color: rgb(210,188,153); }
H1.HeaderClassName
{
color: #D2BC99;
}
.AnyTagClassName
{
color: #D2BC99;
}
</style>
background-color css
<style>
a { background-color: #D2BC99; }
a { background-color: rgb(210,188,153); }
div.DivClassName
{
background-color: #D2BC99;
}
.BgClassName
{
background-color: #D2BC99;
}
</style>
border-color css
<style>
span { border-color: #D2BC99; }
span { border-color: rgb(210,188,153); }
td.TdClassName
{
border-color: #D2BC99;
}
.TagClassName
{
border-color: #D2BC99;
}
</style>