Shades of Vanilla #D0B89B
Tints of Vanilla #D0B89B
RGB
CMYK
RGB Variations
Color information
#D0B89B (or 0xD0B89B) is known color: Vanilla. HEX triplet: D0, B8 and 9B. RGB value is (208,184,155). Sum of RGB (Red+Green+Blue) = 208+184+155=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B89B is #2F4764. Grayscale: #BCBCBC. Windows color (decimal): -3098469 or 10205392. OLE color: 10205392.
HSL color Cylindrical-coordinate representation of color #D0B89B: hue angle of 32.83º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0B89B is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 155 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.18 |
| HSL | 32.83º | 0.36% | 0.71% | - |
| HSV(B) | 32.83º | 0.25% | 0.82% | - |
| XYZ | 49.07 | 50.06 | 38.09 | - |
| YUV | 187.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 155 | 0 | 0.12 | 0.25 | 0.18 | 32.83 | 0.36 | 0.71 |
| Hex | D0 | B8 | 9B | 0 | C | 19 | 12 | 21 | 24 | 47 |
| Octal | 320 | 270 | 233 | 0 | 14 | 31 | 22 | 41 | 44 | 107 |
| Binary | 11010000 | 10111000 | 10011011 | 0 | 1100 | 11001 | 10010 | 100001 | 100100 | 1000111 |
Color Harmonies of #D0B89B
Complementary color
Monochromatic Colors of #D0B89B
Black with #D0B89B
Text Example
Text Example
White with #D0B89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B89B; }
p { color: rgb(208,184,155); }
H1.HeaderClassName
{
color: #D0B89B;
}
.AnyTagClassName
{
color: #D0B89B;
}
</style>
background-color css
<style>
a { background-color: #D0B89B; }
a { background-color: rgb(208,184,155); }
div.DivClassName
{
background-color: #D0B89B;
}
.BgClassName
{
background-color: #D0B89B;
}
</style>
border-color css
<style>
span { border-color: #D0B89B; }
span { border-color: rgb(208,184,155); }
td.TdClassName
{
border-color: #D0B89B;
}
.TagClassName
{
border-color: #D0B89B;
}
</style>