Shades of Vanilla #D6BA98
Tints of Vanilla #D6BA98
RGB
CMYK
RGB Variations
Color information
#D6BA98 (or 0xD6BA98) is known color: Vanilla. HEX triplet: D6, BA and 98. RGB value is (214,186,152). Sum of RGB (Red+Green+Blue) = 214+186+152=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA98 is #294567. Grayscale: #BEBEBE. Windows color (decimal): -2704744 or 10009302. OLE color: 10009302.
HSL color Cylindrical-coordinate representation of color #D6BA98: hue angle of 32.9º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6BA98 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 152 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.16 |
| HSL | 32.9º | 0.43% | 0.72% | - |
| HSV(B) | 32.9º | 0.29% | 0.84% | - |
| XYZ | 50.96 | 51.68 | 37 | - |
| YUV | 190.5 | 106.28 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 152 | 0 | 0.13 | 0.29 | 0.16 | 32.9 | 0.43 | 0.72 |
| Hex | D6 | BA | 98 | 0 | D | 1D | 10 | 21 | 2B | 48 |
| Octal | 326 | 272 | 230 | 0 | 15 | 35 | 20 | 41 | 53 | 110 |
| Binary | 11010110 | 10111010 | 10011000 | 0 | 1101 | 11101 | 10000 | 100001 | 101011 | 1001000 |
Color Harmonies of #D6BA98
Complementary color
Monochromatic Colors of #D6BA98
Black with #D6BA98
Text Example
Text Example
White with #D6BA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA98; }
p { color: rgb(214,186,152); }
H1.HeaderClassName
{
color: #D6BA98;
}
.AnyTagClassName
{
color: #D6BA98;
}
</style>
background-color css
<style>
a { background-color: #D6BA98; }
a { background-color: rgb(214,186,152); }
div.DivClassName
{
background-color: #D6BA98;
}
.BgClassName
{
background-color: #D6BA98;
}
</style>
border-color css
<style>
span { border-color: #D6BA98; }
span { border-color: rgb(214,186,152); }
td.TdClassName
{
border-color: #D6BA98;
}
.TagClassName
{
border-color: #D6BA98;
}
</style>