Shades of Spanish White #DAD1BA
Tints of Spanish White #DAD1BA
RGB
CMYK
RGB Variations
Color information
#DAD1BA (or 0xDAD1BA) is known color: Spanish White. HEX triplet: DA, D1 and BA. RGB value is (218,209,186). Sum of RGB (Red+Green+Blue) = 218+209+186=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1BA is #252E45. Grayscale: #D1D1D1. Windows color (decimal): -2436678 or 12243418. OLE color: 12243418.
HSL color Cylindrical-coordinate representation of color #DAD1BA: hue angle of 43.12º 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 #DAD1BA is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 186 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.15 |
| HSL | 43.13º | 0.3% | 0.79% | - |
| HSV(B) | 43.13º | 0.15% | 0.85% | - |
| XYZ | 60.58 | 64.05 | 55.62 | - |
| YUV | 209.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 186 | 0 | 0.04 | 0.15 | 0.15 | 43.13 | 0.3 | 0.79 |
| Hex | DA | D1 | BA | 0 | 4 | F | F | 2B | 1E | 4F |
| Octal | 332 | 321 | 272 | 0 | 4 | 17 | 17 | 53 | 36 | 117 |
| Binary | 11011010 | 11010001 | 10111010 | 0 | 100 | 1111 | 1111 | 101011 | 11110 | 1001111 |
Color Harmonies of #DAD1BA
Complementary color
Monochromatic Colors of #DAD1BA
Black with #DAD1BA
Text Example
Text Example
White with #DAD1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD1BA; }
p { color: rgb(218,209,186); }
H1.HeaderClassName
{
color: #DAD1BA;
}
.AnyTagClassName
{
color: #DAD1BA;
}
</style>
background-color css
<style>
a { background-color: #DAD1BA; }
a { background-color: rgb(218,209,186); }
div.DivClassName
{
background-color: #DAD1BA;
}
.BgClassName
{
background-color: #DAD1BA;
}
</style>
border-color css
<style>
span { border-color: #DAD1BA; }
span { border-color: rgb(218,209,186); }
td.TdClassName
{
border-color: #DAD1BA;
}
.TagClassName
{
border-color: #DAD1BA;
}
</style>