Shades of Spanish White #DAD0BA
Tints of Spanish White #DAD0BA
RGB
CMYK
RGB Variations
Color information
#DAD0BA (or 0xDAD0BA) is known color: Spanish White. HEX triplet: DA, D0 and BA. RGB value is (218,208,186). Sum of RGB (Red+Green+Blue) = 218+208+186=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD0BA is #252F45. Grayscale: #D0D0D0. Windows color (decimal): -2436934 or 12243162. OLE color: 12243162.
HSL color Cylindrical-coordinate representation of color #DAD0BA: hue angle of 41.25º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAD0BA is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 208 | 186 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.15 |
| HSL | 41.25º | 0.3% | 0.79% | - |
| HSV(B) | 41.25º | 0.15% | 0.85% | - |
| XYZ | 60.33 | 63.56 | 55.54 | - |
| YUV | 208.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 208 | 186 | 0 | 0.05 | 0.15 | 0.15 | 41.25 | 0.3 | 0.79 |
| Hex | DA | D0 | BA | 0 | 5 | F | F | 29 | 1E | 4F |
| Octal | 332 | 320 | 272 | 0 | 5 | 17 | 17 | 51 | 36 | 117 |
| Binary | 11011010 | 11010000 | 10111010 | 0 | 101 | 1111 | 1111 | 101001 | 11110 | 1001111 |
Color Harmonies of #DAD0BA
Complementary color
Monochromatic Colors of #DAD0BA
Black with #DAD0BA
Text Example
Text Example
White with #DAD0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD0BA; }
p { color: rgb(218,208,186); }
H1.HeaderClassName
{
color: #DAD0BA;
}
.AnyTagClassName
{
color: #DAD0BA;
}
</style>
background-color css
<style>
a { background-color: #DAD0BA; }
a { background-color: rgb(218,208,186); }
div.DivClassName
{
background-color: #DAD0BA;
}
.BgClassName
{
background-color: #DAD0BA;
}
</style>
border-color css
<style>
span { border-color: #DAD0BA; }
span { border-color: rgb(218,208,186); }
td.TdClassName
{
border-color: #DAD0BA;
}
.TagClassName
{
border-color: #DAD0BA;
}
</style>