Shades of Spanish White #DDCCAF
Tints of Spanish White #DDCCAF
RGB
CMYK
RGB Variations
Color information
#DDCCAF (or 0xDDCCAF) is known color: Spanish White. HEX triplet: DD, CC and AF. RGB value is (221,204,175). Sum of RGB (Red+Green+Blue) = 221+204+175=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCCAF is #223350. Grayscale: #CDCDCD. Windows color (decimal): -2241361 or 11521245. OLE color: 11521245.
HSL color Cylindrical-coordinate representation of color #DDCCAF: hue angle of 37.83º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDCCAF is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 175 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.13 |
| HSL | 37.83º | 0.4% | 0.78% | - |
| HSV(B) | 37.83º | 0.21% | 0.87% | - |
| XYZ | 59.15 | 61.65 | 49.34 | - |
| YUV | 205.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 175 | 0 | 0.08 | 0.21 | 0.13 | 37.83 | 0.4 | 0.78 |
| Hex | DD | CC | AF | 0 | 8 | 15 | D | 26 | 28 | 4E |
| Octal | 335 | 314 | 257 | 0 | 10 | 25 | 15 | 46 | 50 | 116 |
| Binary | 11011101 | 11001100 | 10101111 | 0 | 1000 | 10101 | 1101 | 100110 | 101000 | 1001110 |
Color Harmonies of #DDCCAF
Complementary color
Monochromatic Colors of #DDCCAF
Black with #DDCCAF
Text Example
Text Example
White with #DDCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCAF; }
p { color: rgb(221,204,175); }
H1.HeaderClassName
{
color: #DDCCAF;
}
.AnyTagClassName
{
color: #DDCCAF;
}
</style>
background-color css
<style>
a { background-color: #DDCCAF; }
a { background-color: rgb(221,204,175); }
div.DivClassName
{
background-color: #DDCCAF;
}
.BgClassName
{
background-color: #DDCCAF;
}
</style>
border-color css
<style>
span { border-color: #DDCCAF; }
span { border-color: rgb(221,204,175); }
td.TdClassName
{
border-color: #DDCCAF;
}
.TagClassName
{
border-color: #DDCCAF;
}
</style>