Shades of Spanish White #DDD2B4
Tints of Spanish White #DDD2B4
RGB
CMYK
RGB Variations
Color information
#DDD2B4 (or 0xDDD2B4) is known color: Spanish White. HEX triplet: DD, D2 and B4. RGB value is (221,210,180). Sum of RGB (Red+Green+Blue) = 221+210+180=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 210 (82.42% from 255 or 34.37% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2B4 is #222D4B. Grayscale: #D2D2D2. Windows color (decimal): -2239820 or 11850461. OLE color: 11850461.
HSL color Cylindrical-coordinate representation of color #DDD2B4: hue angle of 43.9º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDD2B4 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 180 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.13 |
| HSL | 43.9º | 0.38% | 0.79% | - |
| HSV(B) | 43.9º | 0.19% | 0.87% | - |
| XYZ | 61.1 | 64.76 | 52.46 | - |
| YUV | 209.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 180 | 0 | 0.05 | 0.19 | 0.13 | 43.9 | 0.38 | 0.79 |
| Hex | DD | D2 | B4 | 0 | 5 | 13 | D | 2C | 26 | 4F |
| Octal | 335 | 322 | 264 | 0 | 5 | 23 | 15 | 54 | 46 | 117 |
| Binary | 11011101 | 11010010 | 10110100 | 0 | 101 | 10011 | 1101 | 101100 | 100110 | 1001111 |
Color Harmonies of #DDD2B4
Complementary color
Monochromatic Colors of #DDD2B4
Black with #DDD2B4
Text Example
Text Example
White with #DDD2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2B4; }
p { color: rgb(221,210,180); }
H1.HeaderClassName
{
color: #DDD2B4;
}
.AnyTagClassName
{
color: #DDD2B4;
}
</style>
background-color css
<style>
a { background-color: #DDD2B4; }
a { background-color: rgb(221,210,180); }
div.DivClassName
{
background-color: #DDD2B4;
}
.BgClassName
{
background-color: #DDD2B4;
}
</style>
border-color css
<style>
span { border-color: #DDD2B4; }
span { border-color: rgb(221,210,180); }
td.TdClassName
{
border-color: #DDD2B4;
}
.TagClassName
{
border-color: #DDD2B4;
}
</style>