Shades of Vanilla #D0B899
Tints of Vanilla #D0B899
RGB
CMYK
RGB Variations
Color information
#D0B899 (or 0xD0B899) is known color: Vanilla. HEX triplet: D0, B8 and 99. RGB value is (208,184,153). Sum of RGB (Red+Green+Blue) = 208+184+153=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B899 is #2F4766. Grayscale: #BBBBBB. Windows color (decimal): -3098471 or 10074320. OLE color: 10074320.
HSL color Cylindrical-coordinate representation of color #D0B899: hue angle of 33.82º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0B899 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 153 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.18 |
| HSL | 33.82º | 0.37% | 0.71% | - |
| HSV(B) | 33.82º | 0.26% | 0.82% | - |
| XYZ | 48.9 | 49.99 | 37.21 | - |
| YUV | 187.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 153 | 0 | 0.12 | 0.26 | 0.18 | 33.82 | 0.37 | 0.71 |
| Hex | D0 | B8 | 99 | 0 | C | 1A | 12 | 22 | 25 | 47 |
| Octal | 320 | 270 | 231 | 0 | 14 | 32 | 22 | 42 | 45 | 107 |
| Binary | 11010000 | 10111000 | 10011001 | 0 | 1100 | 11010 | 10010 | 100010 | 100101 | 1000111 |
Color Harmonies of #D0B899
Complementary color
Monochromatic Colors of #D0B899
Black with #D0B899
Text Example
Text Example
White with #D0B899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B899; }
p { color: rgb(208,184,153); }
H1.HeaderClassName
{
color: #D0B899;
}
.AnyTagClassName
{
color: #D0B899;
}
</style>
background-color css
<style>
a { background-color: #D0B899; }
a { background-color: rgb(208,184,153); }
div.DivClassName
{
background-color: #D0B899;
}
.BgClassName
{
background-color: #D0B899;
}
</style>
border-color css
<style>
span { border-color: #D0B899; }
span { border-color: rgb(208,184,153); }
td.TdClassName
{
border-color: #D0B899;
}
.TagClassName
{
border-color: #D0B899;
}
</style>