Shades of Vanilla #D2BB98
Tints of Vanilla #D2BB98
RGB
CMYK
RGB Variations
Color information
#D2BB98 (or 0xD2BB98) is known color: Vanilla. HEX triplet: D2, BB and 98. RGB value is (210,187,152). Sum of RGB (Red+Green+Blue) = 210+187+152=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BB98 is #2D4467. Grayscale: #BEBEBE. Windows color (decimal): -2966632 or 10009554. OLE color: 10009554.
HSL color Cylindrical-coordinate representation of color #D2BB98: hue angle of 36.21º 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 #D2BB98 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 152 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.18 |
| HSL | 36.21º | 0.39% | 0.71% | - |
| HSV(B) | 36.21º | 0.28% | 0.82% | - |
| XYZ | 50.02 | 51.51 | 37.01 | - |
| YUV | 189.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 152 | 0 | 0.11 | 0.28 | 0.18 | 36.21 | 0.39 | 0.71 |
| Hex | D2 | BB | 98 | 0 | B | 1C | 12 | 24 | 27 | 47 |
| Octal | 322 | 273 | 230 | 0 | 13 | 34 | 22 | 44 | 47 | 107 |
| Binary | 11010010 | 10111011 | 10011000 | 0 | 1011 | 11100 | 10010 | 100100 | 100111 | 1000111 |
Color Harmonies of #D2BB98
Complementary color
Monochromatic Colors of #D2BB98
Black with #D2BB98
Text Example
Text Example
White with #D2BB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BB98; }
p { color: rgb(210,187,152); }
H1.HeaderClassName
{
color: #D2BB98;
}
.AnyTagClassName
{
color: #D2BB98;
}
</style>
background-color css
<style>
a { background-color: #D2BB98; }
a { background-color: rgb(210,187,152); }
div.DivClassName
{
background-color: #D2BB98;
}
.BgClassName
{
background-color: #D2BB98;
}
</style>
border-color css
<style>
span { border-color: #D2BB98; }
span { border-color: rgb(210,187,152); }
td.TdClassName
{
border-color: #D2BB98;
}
.TagClassName
{
border-color: #D2BB98;
}
</style>