Shades of Vanilla #D1BC97
Tints of Vanilla #D1BC97
RGB
CMYK
RGB Variations
Color information
#D1BC97 (or 0xD1BC97) is known color: Vanilla. HEX triplet: D1, BC and 97. RGB value is (209,188,151). Sum of RGB (Red+Green+Blue) = 209+188+151=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BC97 is #2E4368. Grayscale: #BEBEBE. Windows color (decimal): -3031913 or 9944273. OLE color: 9944273.
HSL color Cylindrical-coordinate representation of color #D1BC97: hue angle of 38.28º 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 #D1BC97 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 151 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.18 |
| HSL | 38.28º | 0.39% | 0.71% | - |
| HSV(B) | 38.28º | 0.28% | 0.82% | - |
| XYZ | 49.86 | 51.76 | 36.64 | - |
| YUV | 190.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 151 | 0 | 0.10 | 0.28 | 0.18 | 38.28 | 0.39 | 0.71 |
| Hex | D1 | BC | 97 | 0 | A | 1C | 12 | 26 | 27 | 47 |
| Octal | 321 | 274 | 227 | 0 | 12 | 34 | 22 | 46 | 47 | 107 |
| Binary | 11010001 | 10111100 | 10010111 | 0 | 1010 | 11100 | 10010 | 100110 | 100111 | 1000111 |
Color Harmonies of #D1BC97
Complementary color
Monochromatic Colors of #D1BC97
Black with #D1BC97
Text Example
Text Example
White with #D1BC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC97; }
p { color: rgb(209,188,151); }
H1.HeaderClassName
{
color: #D1BC97;
}
.AnyTagClassName
{
color: #D1BC97;
}
</style>
background-color css
<style>
a { background-color: #D1BC97; }
a { background-color: rgb(209,188,151); }
div.DivClassName
{
background-color: #D1BC97;
}
.BgClassName
{
background-color: #D1BC97;
}
</style>
border-color css
<style>
span { border-color: #D1BC97; }
span { border-color: rgb(209,188,151); }
td.TdClassName
{
border-color: #D1BC97;
}
.TagClassName
{
border-color: #D1BC97;
}
</style>