Shades of Spanish White #DDD0B4
Tints of Spanish White #DDD0B4
RGB
CMYK
RGB Variations
Color information
#DDD0B4 (or 0xDDD0B4) is known color: Spanish White. HEX triplet: DD, D0 and B4. RGB value is (221,208,180). Sum of RGB (Red+Green+Blue) = 221+208+180=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0B4 is #222F4B. Grayscale: #D0D0D0. Windows color (decimal): -2240332 or 11849949. OLE color: 11849949.
HSL color Cylindrical-coordinate representation of color #DDD0B4: hue angle of 40.98º 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 #DDD0B4 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 180 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.13 |
| HSL | 40.98º | 0.38% | 0.79% | - |
| HSV(B) | 40.98º | 0.19% | 0.87% | - |
| XYZ | 60.61 | 63.78 | 52.3 | - |
| YUV | 208.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 180 | 0 | 0.06 | 0.19 | 0.13 | 40.98 | 0.38 | 0.79 |
| Hex | DD | D0 | B4 | 0 | 6 | 13 | D | 29 | 26 | 4F |
| Octal | 335 | 320 | 264 | 0 | 6 | 23 | 15 | 51 | 46 | 117 |
| Binary | 11011101 | 11010000 | 10110100 | 0 | 110 | 10011 | 1101 | 101001 | 100110 | 1001111 |
Color Harmonies of #DDD0B4
Complementary color
Monochromatic Colors of #DDD0B4
Black with #DDD0B4
Text Example
Text Example
White with #DDD0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0B4; }
p { color: rgb(221,208,180); }
H1.HeaderClassName
{
color: #DDD0B4;
}
.AnyTagClassName
{
color: #DDD0B4;
}
</style>
background-color css
<style>
a { background-color: #DDD0B4; }
a { background-color: rgb(221,208,180); }
div.DivClassName
{
background-color: #DDD0B4;
}
.BgClassName
{
background-color: #DDD0B4;
}
</style>
border-color css
<style>
span { border-color: #DDD0B4; }
span { border-color: rgb(221,208,180); }
td.TdClassName
{
border-color: #DDD0B4;
}
.TagClassName
{
border-color: #DDD0B4;
}
</style>