Shades of Vanilla #D4BA98
Tints of Vanilla #D4BA98
RGB
CMYK
RGB Variations
Color information
#D4BA98 (or 0xD4BA98) is known color: Vanilla. HEX triplet: D4, BA and 98. RGB value is (212,186,152). Sum of RGB (Red+Green+Blue) = 212+186+152=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BA98 is #2B4567. Grayscale: #BEBEBE. Windows color (decimal): -2835816 or 10009300. OLE color: 10009300.
HSL color Cylindrical-coordinate representation of color #D4BA98: hue angle of 34º degrees, saturation: 0.41, 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 #D4BA98 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 152 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.17 |
| HSL | 34º | 0.41% | 0.71% | - |
| HSV(B) | 34º | 0.28% | 0.83% | - |
| XYZ | 50.38 | 51.38 | 36.97 | - |
| YUV | 189.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 152 | 0 | 0.12 | 0.28 | 0.17 | 34 | 0.41 | 0.71 |
| Hex | D4 | BA | 98 | 0 | C | 1C | 11 | 22 | 29 | 47 |
| Octal | 324 | 272 | 230 | 0 | 14 | 34 | 21 | 42 | 51 | 107 |
| Binary | 11010100 | 10111010 | 10011000 | 0 | 1100 | 11100 | 10001 | 100010 | 101001 | 1000111 |
Color Harmonies of #D4BA98
Complementary color
Monochromatic Colors of #D4BA98
Black with #D4BA98
Text Example
Text Example
White with #D4BA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BA98; }
p { color: rgb(212,186,152); }
H1.HeaderClassName
{
color: #D4BA98;
}
.AnyTagClassName
{
color: #D4BA98;
}
</style>
background-color css
<style>
a { background-color: #D4BA98; }
a { background-color: rgb(212,186,152); }
div.DivClassName
{
background-color: #D4BA98;
}
.BgClassName
{
background-color: #D4BA98;
}
</style>
border-color css
<style>
span { border-color: #D4BA98; }
span { border-color: rgb(212,186,152); }
td.TdClassName
{
border-color: #D4BA98;
}
.TagClassName
{
border-color: #D4BA98;
}
</style>