Shades of Vanilla #D1BA97
Tints of Vanilla #D1BA97
RGB
CMYK
RGB Variations
Color information
#D1BA97 (or 0xD1BA97) is known color: Vanilla. HEX triplet: D1, BA and 97. RGB value is (209,186,151). Sum of RGB (Red+Green+Blue) = 209+186+151=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BA97 is #2E4568. Grayscale: #BDBDBD. Windows color (decimal): -3032425 or 9943761. OLE color: 9943761.
HSL color Cylindrical-coordinate representation of color #D1BA97: hue angle of 36.21º 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 #D1BA97 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 186 | 151 | - |
CMYK | 0 | 0.11 | 0.28 | 0.18 |
HSL | 36.21º | 0.39% | 0.71% | - |
HSV(B) | 36.21º | 0.28% | 0.82% | - |
XYZ | 49.44 | 50.91 | 36.5 | - |
YUV | 188.89 | 106.62 | 142.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 186 | 151 | 0 | 0.11 | 0.28 | 0.18 | 36.21 | 0.39 | 0.71 |
Hex | D1 | BA | 97 | 0 | B | 1C | 12 | 24 | 27 | 47 |
Octal | 321 | 272 | 227 | 0 | 13 | 34 | 22 | 44 | 47 | 107 |
Binary | 11010001 | 10111010 | 10010111 | 0 | 1011 | 11100 | 10010 | 100100 | 100111 | 1000111 |
Color Harmonies of #D1BA97
Complementary color
Monochromatic Colors of #D1BA97
Black with #D1BA97
Text Example
Text Example
White with #D1BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA97; }
p { color: rgb(209,186,151); }
H1.HeaderClassName
{
color: #D1BA97;
}
.AnyTagClassName
{
color: #D1BA97;
}
</style>
background-color css
<style>
a { background-color: #D1BA97; }
a { background-color: rgb(209,186,151); }
div.DivClassName
{
background-color: #D1BA97;
}
.BgClassName
{
background-color: #D1BA97;
}
</style>
border-color css
<style>
span { border-color: #D1BA97; }
span { border-color: rgb(209,186,151); }
td.TdClassName
{
border-color: #D1BA97;
}
.TagClassName
{
border-color: #D1BA97;
}
</style>