Shades of Vanilla #D2BD98
Tints of Vanilla #D2BD98
RGB
CMYK
RGB Variations
Color information
#D2BD98 (or 0xD2BD98) is known color: Vanilla. HEX triplet: D2, BD and 98. RGB value is (210,189,152). Sum of RGB (Red+Green+Blue) = 210+189+152=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BD98 is #2D4267. Grayscale: #BFBFBF. Windows color (decimal): -2966120 or 10010066. OLE color: 10010066.
HSL color Cylindrical-coordinate representation of color #D2BD98: hue angle of 38.28º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2BD98 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 152 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.18 |
| HSL | 38.28º | 0.39% | 0.71% | - |
| HSV(B) | 38.28º | 0.28% | 0.82% | - |
| XYZ | 50.44 | 52.36 | 37.15 | - |
| YUV | 191.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 152 | 0 | 0.10 | 0.28 | 0.18 | 38.28 | 0.39 | 0.71 |
| Hex | D2 | BD | 98 | 0 | A | 1C | 12 | 26 | 27 | 47 |
| Octal | 322 | 275 | 230 | 0 | 12 | 34 | 22 | 46 | 47 | 107 |
| Binary | 11010010 | 10111101 | 10011000 | 0 | 1010 | 11100 | 10010 | 100110 | 100111 | 1000111 |
Color Harmonies of #D2BD98
Complementary color
Monochromatic Colors of #D2BD98
Black with #D2BD98
Text Example
Text Example
White with #D2BD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD98; }
p { color: rgb(210,189,152); }
H1.HeaderClassName
{
color: #D2BD98;
}
.AnyTagClassName
{
color: #D2BD98;
}
</style>
background-color css
<style>
a { background-color: #D2BD98; }
a { background-color: rgb(210,189,152); }
div.DivClassName
{
background-color: #D2BD98;
}
.BgClassName
{
background-color: #D2BD98;
}
</style>
border-color css
<style>
span { border-color: #D2BD98; }
span { border-color: rgb(210,189,152); }
td.TdClassName
{
border-color: #D2BD98;
}
.TagClassName
{
border-color: #D2BD98;
}
</style>