Shades of Spanish White #DBD0B6
Tints of Spanish White #DBD0B6
RGB
CMYK
RGB Variations
Color information
#DBD0B6 (or 0xDBD0B6) is known color: Spanish White. HEX triplet: DB, D0 and B6. RGB value is (219,208,182). Sum of RGB (Red+Green+Blue) = 219+208+182=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0B6 is #242F49. Grayscale: #D0D0D0. Windows color (decimal): -2371402 or 11981019. OLE color: 11981019.
HSL color Cylindrical-coordinate representation of color #DBD0B6: hue angle of 42.16º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBD0B6 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 208 | 182 | - |
CMYK | 0 | 0.05 | 0.17 | 0.14 |
HSL | 42.16º | 0.34% | 0.79% | - |
HSV(B) | 42.16º | 0.17% | 0.86% | - |
XYZ | 60.21 | 63.55 | 53.35 | - |
YUV | 208.33 | 113.14 | 135.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 182 | 0 | 0.05 | 0.17 | 0.14 | 42.16 | 0.34 | 0.79 |
Hex | DB | D0 | B6 | 0 | 5 | 11 | E | 2A | 22 | 4F |
Octal | 333 | 320 | 266 | 0 | 5 | 21 | 16 | 52 | 42 | 117 |
Binary | 11011011 | 11010000 | 10110110 | 0 | 101 | 10001 | 1110 | 101010 | 100010 | 1001111 |
Color Harmonies of #DBD0B6
Complementary color
Monochromatic Colors of #DBD0B6
Black with #DBD0B6
Text Example
Text Example
White with #DBD0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0B6; }
p { color: rgb(219,208,182); }
H1.HeaderClassName
{
color: #DBD0B6;
}
.AnyTagClassName
{
color: #DBD0B6;
}
</style>
background-color css
<style>
a { background-color: #DBD0B6; }
a { background-color: rgb(219,208,182); }
div.DivClassName
{
background-color: #DBD0B6;
}
.BgClassName
{
background-color: #DBD0B6;
}
</style>
border-color css
<style>
span { border-color: #DBD0B6; }
span { border-color: rgb(219,208,182); }
td.TdClassName
{
border-color: #DBD0B6;
}
.TagClassName
{
border-color: #DBD0B6;
}
</style>