Shades of Vanilla #D3BD98
Tints of Vanilla #D3BD98
RGB
CMYK
RGB Variations
Color information
#D3BD98 (or 0xD3BD98) is known color: Vanilla. HEX triplet: D3, BD and 98. RGB value is (211,189,152). Sum of RGB (Red+Green+Blue) = 211+189+152=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BD98 is #2C4267. Grayscale: #BFBFBF. Windows color (decimal): -2900584 or 10010067. OLE color: 10010067.
HSL color Cylindrical-coordinate representation of color #D3BD98: hue angle of 37.63º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3BD98 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 189 | 152 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.17 |
| HSL | 37.63º | 0.4% | 0.71% | - |
| HSV(B) | 37.63º | 0.28% | 0.83% | - |
| XYZ | 50.73 | 52.51 | 37.17 | - |
| YUV | 191.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 152 | 0 | 0.10 | 0.28 | 0.17 | 37.63 | 0.4 | 0.71 |
| Hex | D3 | BD | 98 | 0 | A | 1C | 11 | 26 | 28 | 47 |
| Octal | 323 | 275 | 230 | 0 | 12 | 34 | 21 | 46 | 50 | 107 |
| Binary | 11010011 | 10111101 | 10011000 | 0 | 1010 | 11100 | 10001 | 100110 | 101000 | 1000111 |
Color Harmonies of #D3BD98
Complementary color
Monochromatic Colors of #D3BD98
Black with #D3BD98
Text Example
Text Example
White with #D3BD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BD98; }
p { color: rgb(211,189,152); }
H1.HeaderClassName
{
color: #D3BD98;
}
.AnyTagClassName
{
color: #D3BD98;
}
</style>
background-color css
<style>
a { background-color: #D3BD98; }
a { background-color: rgb(211,189,152); }
div.DivClassName
{
background-color: #D3BD98;
}
.BgClassName
{
background-color: #D3BD98;
}
</style>
border-color css
<style>
span { border-color: #D3BD98; }
span { border-color: rgb(211,189,152); }
td.TdClassName
{
border-color: #D3BD98;
}
.TagClassName
{
border-color: #D3BD98;
}
</style>