Shades of Spanish White #DDCAB1
Tints of Spanish White #DDCAB1
RGB
CMYK
RGB Variations
Color information
#DDCAB1 (or 0xDDCAB1) is known color: Spanish White. HEX triplet: DD, CA and B1. RGB value is (221,202,177). Sum of RGB (Red+Green+Blue) = 221+202+177=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAB1 is #22354E. Grayscale: #CCCCCC. Windows color (decimal): -2241871 or 11651805. OLE color: 11651805.
HSL color Cylindrical-coordinate representation of color #DDCAB1: hue angle of 34.09º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDCAB1 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 177 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.13 |
| HSL | 34.09º | 0.39% | 0.78% | - |
| HSV(B) | 34.09º | 0.2% | 0.87% | - |
| XYZ | 58.88 | 60.79 | 50.23 | - |
| YUV | 204.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 177 | 0 | 0.09 | 0.20 | 0.13 | 34.09 | 0.39 | 0.78 |
| Hex | DD | CA | B1 | 0 | 9 | 14 | D | 22 | 27 | 4E |
| Octal | 335 | 312 | 261 | 0 | 11 | 24 | 15 | 42 | 47 | 116 |
| Binary | 11011101 | 11001010 | 10110001 | 0 | 1001 | 10100 | 1101 | 100010 | 100111 | 1001110 |
Color Harmonies of #DDCAB1
Complementary color
Monochromatic Colors of #DDCAB1
Black with #DDCAB1
Text Example
Text Example
White with #DDCAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAB1; }
p { color: rgb(221,202,177); }
H1.HeaderClassName
{
color: #DDCAB1;
}
.AnyTagClassName
{
color: #DDCAB1;
}
</style>
background-color css
<style>
a { background-color: #DDCAB1; }
a { background-color: rgb(221,202,177); }
div.DivClassName
{
background-color: #DDCAB1;
}
.BgClassName
{
background-color: #DDCAB1;
}
</style>
border-color css
<style>
span { border-color: #DDCAB1; }
span { border-color: rgb(221,202,177); }
td.TdClassName
{
border-color: #DDCAB1;
}
.TagClassName
{
border-color: #DDCAB1;
}
</style>