Shades of Spanish White #DBD1BA
Tints of Spanish White #DBD1BA
RGB
CMYK
RGB Variations
Color information
#DBD1BA (or 0xDBD1BA) is known color: Spanish White. HEX triplet: DB, D1 and BA. RGB value is (219,209,186). Sum of RGB (Red+Green+Blue) = 219+209+186=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1BA is #242E45. Grayscale: #D1D1D1. Windows color (decimal): -2371142 or 12243419. OLE color: 12243419.
HSL color Cylindrical-coordinate representation of color #DBD1BA: hue angle of 41.82º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBD1BA is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 186 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.14 |
| HSL | 41.82º | 0.31% | 0.79% | - |
| HSV(B) | 41.82º | 0.15% | 0.86% | - |
| XYZ | 60.88 | 64.21 | 55.64 | - |
| YUV | 209.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 186 | 0 | 0.05 | 0.15 | 0.14 | 41.82 | 0.31 | 0.79 |
| Hex | DB | D1 | BA | 0 | 5 | F | E | 2A | 1F | 4F |
| Octal | 333 | 321 | 272 | 0 | 5 | 17 | 16 | 52 | 37 | 117 |
| Binary | 11011011 | 11010001 | 10111010 | 0 | 101 | 1111 | 1110 | 101010 | 11111 | 1001111 |
Color Harmonies of #DBD1BA
Complementary color
Monochromatic Colors of #DBD1BA
Black with #DBD1BA
Text Example
Text Example
White with #DBD1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1BA; }
p { color: rgb(219,209,186); }
H1.HeaderClassName
{
color: #DBD1BA;
}
.AnyTagClassName
{
color: #DBD1BA;
}
</style>
background-color css
<style>
a { background-color: #DBD1BA; }
a { background-color: rgb(219,209,186); }
div.DivClassName
{
background-color: #DBD1BA;
}
.BgClassName
{
background-color: #DBD1BA;
}
</style>
border-color css
<style>
span { border-color: #DBD1BA; }
span { border-color: rgb(219,209,186); }
td.TdClassName
{
border-color: #DBD1BA;
}
.TagClassName
{
border-color: #DBD1BA;
}
</style>