Shades of Vanilla #D6BD98
Tints of Vanilla #D6BD98
RGB
CMYK
RGB Variations
Color information
#D6BD98 (or 0xD6BD98) is known color: Vanilla. HEX triplet: D6, BD and 98. RGB value is (214,189,152). Sum of RGB (Red+Green+Blue) = 214+189+152=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BD98 is #294267. Grayscale: #C0C0C0. Windows color (decimal): -2703976 or 10010070. OLE color: 10010070.
HSL color Cylindrical-coordinate representation of color #D6BD98: hue angle of 35.81º 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 #D6BD98 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 152 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.16 |
| HSL | 35.81º | 0.43% | 0.72% | - |
| HSV(B) | 35.81º | 0.29% | 0.84% | - |
| XYZ | 51.6 | 52.96 | 37.21 | - |
| YUV | 192.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 152 | 0 | 0.12 | 0.29 | 0.16 | 35.81 | 0.43 | 0.72 |
| Hex | D6 | BD | 98 | 0 | C | 1D | 10 | 24 | 2B | 48 |
| Octal | 326 | 275 | 230 | 0 | 14 | 35 | 20 | 44 | 53 | 110 |
| Binary | 11010110 | 10111101 | 10011000 | 0 | 1100 | 11101 | 10000 | 100100 | 101011 | 1001000 |
Color Harmonies of #D6BD98
Complementary color
Monochromatic Colors of #D6BD98
Black with #D6BD98
Text Example
Text Example
White with #D6BD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BD98; }
p { color: rgb(214,189,152); }
H1.HeaderClassName
{
color: #D6BD98;
}
.AnyTagClassName
{
color: #D6BD98;
}
</style>
background-color css
<style>
a { background-color: #D6BD98; }
a { background-color: rgb(214,189,152); }
div.DivClassName
{
background-color: #D6BD98;
}
.BgClassName
{
background-color: #D6BD98;
}
</style>
border-color css
<style>
span { border-color: #D6BD98; }
span { border-color: rgb(214,189,152); }
td.TdClassName
{
border-color: #D6BD98;
}
.TagClassName
{
border-color: #D6BD98;
}
</style>