Shades of Vanilla #D6BD97
Tints of Vanilla #D6BD97
RGB
CMYK
RGB Variations
Color information
#D6BD97 (or 0xD6BD97) is known color: Vanilla. HEX triplet: D6, BD and 97. RGB value is (214,189,151). Sum of RGB (Red+Green+Blue) = 214+189+151=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BD97 is #294268. Grayscale: #C0C0C0. Windows color (decimal): -2703977 or 9944534. OLE color: 9944534.
HSL color Cylindrical-coordinate representation of color #D6BD97: hue angle of 36.19º 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 #D6BD97 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 151 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.16 |
| HSL | 36.19º | 0.43% | 0.72% | - |
| HSV(B) | 36.19º | 0.29% | 0.84% | - |
| XYZ | 51.52 | 52.93 | 36.78 | - |
| YUV | 192.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 151 | 0 | 0.12 | 0.29 | 0.16 | 36.19 | 0.43 | 0.72 |
| Hex | D6 | BD | 97 | 0 | C | 1D | 10 | 24 | 2B | 48 |
| Octal | 326 | 275 | 227 | 0 | 14 | 35 | 20 | 44 | 53 | 110 |
| Binary | 11010110 | 10111101 | 10010111 | 0 | 1100 | 11101 | 10000 | 100100 | 101011 | 1001000 |
Color Harmonies of #D6BD97
Complementary color
Monochromatic Colors of #D6BD97
Black with #D6BD97
Text Example
Text Example
White with #D6BD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BD97; }
p { color: rgb(214,189,151); }
H1.HeaderClassName
{
color: #D6BD97;
}
.AnyTagClassName
{
color: #D6BD97;
}
</style>
background-color css
<style>
a { background-color: #D6BD97; }
a { background-color: rgb(214,189,151); }
div.DivClassName
{
background-color: #D6BD97;
}
.BgClassName
{
background-color: #D6BD97;
}
</style>
border-color css
<style>
span { border-color: #D6BD97; }
span { border-color: rgb(214,189,151); }
td.TdClassName
{
border-color: #D6BD97;
}
.TagClassName
{
border-color: #D6BD97;
}
</style>