Shades of Spanish White #DBD1BB
Tints of Spanish White #DBD1BB
RGB
CMYK
RGB Variations
Color information
#DBD1BB (or 0xDBD1BB) is known color: Spanish White. HEX triplet: DB, D1 and BB. RGB value is (219,209,187). Sum of RGB (Red+Green+Blue) = 219+209+187=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1BB is #242E44. Grayscale: #D1D1D1. Windows color (decimal): -2371141 or 12308955. OLE color: 12308955.
HSL color Cylindrical-coordinate representation of color #DBD1BB: hue angle of 41.25º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBD1BB is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 187 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.14 |
| HSL | 41.25º | 0.31% | 0.8% | - |
| HSV(B) | 41.25º | 0.15% | 0.86% | - |
| XYZ | 60.98 | 64.25 | 56.2 | - |
| YUV | 209.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 187 | 0 | 0.05 | 0.15 | 0.14 | 41.25 | 0.31 | 0.8 |
| Hex | DB | D1 | BB | 0 | 5 | F | E | 29 | 1F | 50 |
| Octal | 333 | 321 | 273 | 0 | 5 | 17 | 16 | 51 | 37 | 120 |
| Binary | 11011011 | 11010001 | 10111011 | 0 | 101 | 1111 | 1110 | 101001 | 11111 | 1010000 |
Color Harmonies of #DBD1BB
Complementary color
Monochromatic Colors of #DBD1BB
Black with #DBD1BB
Text Example
Text Example
White with #DBD1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1BB; }
p { color: rgb(219,209,187); }
H1.HeaderClassName
{
color: #DBD1BB;
}
.AnyTagClassName
{
color: #DBD1BB;
}
</style>
background-color css
<style>
a { background-color: #DBD1BB; }
a { background-color: rgb(219,209,187); }
div.DivClassName
{
background-color: #DBD1BB;
}
.BgClassName
{
background-color: #DBD1BB;
}
</style>
border-color css
<style>
span { border-color: #DBD1BB; }
span { border-color: rgb(219,209,187); }
td.TdClassName
{
border-color: #DBD1BB;
}
.TagClassName
{
border-color: #DBD1BB;
}
</style>