Shades of Spanish White #DDD3B9
Tints of Spanish White #DDD3B9
RGB
CMYK
RGB Variations
Color information
#DDD3B9 (or 0xDDD3B9) is known color: Spanish White. HEX triplet: DD, D3 and B9. RGB value is (221,211,185). Sum of RGB (Red+Green+Blue) = 221+211+185=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3B9 is #222C46. Grayscale: #D3D3D3. Windows color (decimal): -2239559 or 12178397. OLE color: 12178397.
HSL color Cylindrical-coordinate representation of color #DDD3B9: hue angle of 43.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDD3B9 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 185 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.13 |
| HSL | 43.33º | 0.35% | 0.8% | - |
| HSV(B) | 43.33º | 0.16% | 0.87% | - |
| XYZ | 61.87 | 65.46 | 55.27 | - |
| YUV | 211.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 185 | 0 | 0.05 | 0.16 | 0.13 | 43.33 | 0.35 | 0.8 |
| Hex | DD | D3 | B9 | 0 | 5 | 10 | D | 2B | 23 | 50 |
| Octal | 335 | 323 | 271 | 0 | 5 | 20 | 15 | 53 | 43 | 120 |
| Binary | 11011101 | 11010011 | 10111001 | 0 | 101 | 10000 | 1101 | 101011 | 100011 | 1010000 |
Color Harmonies of #DDD3B9
Complementary color
Monochromatic Colors of #DDD3B9
Black with #DDD3B9
Text Example
Text Example
White with #DDD3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3B9; }
p { color: rgb(221,211,185); }
H1.HeaderClassName
{
color: #DDD3B9;
}
.AnyTagClassName
{
color: #DDD3B9;
}
</style>
background-color css
<style>
a { background-color: #DDD3B9; }
a { background-color: rgb(221,211,185); }
div.DivClassName
{
background-color: #DDD3B9;
}
.BgClassName
{
background-color: #DDD3B9;
}
</style>
border-color css
<style>
span { border-color: #DDD3B9; }
span { border-color: rgb(221,211,185); }
td.TdClassName
{
border-color: #DDD3B9;
}
.TagClassName
{
border-color: #DDD3B9;
}
</style>