Shades of Spanish White #DDCDB1
Tints of Spanish White #DDCDB1
RGB
CMYK
RGB Variations
Color information
#DDCDB1 (or 0xDDCDB1) is known color: Spanish White. HEX triplet: DD, CD and B1. RGB value is (221,205,177). Sum of RGB (Red+Green+Blue) = 221+205+177=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCDB1 is #22324E. Grayscale: #CECECE. Windows color (decimal): -2241103 or 11652573. OLE color: 11652573.
HSL color Cylindrical-coordinate representation of color #DDCDB1: hue angle of 38.18º 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 #DDCDB1 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 177 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.13 |
| HSL | 38.18º | 0.39% | 0.78% | - |
| HSV(B) | 38.18º | 0.2% | 0.87% | - |
| XYZ | 59.59 | 62.21 | 50.46 | - |
| YUV | 206.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 177 | 0 | 0.07 | 0.20 | 0.13 | 38.18 | 0.39 | 0.78 |
| Hex | DD | CD | B1 | 0 | 7 | 14 | D | 26 | 27 | 4E |
| Octal | 335 | 315 | 261 | 0 | 7 | 24 | 15 | 46 | 47 | 116 |
| Binary | 11011101 | 11001101 | 10110001 | 0 | 111 | 10100 | 1101 | 100110 | 100111 | 1001110 |
Color Harmonies of #DDCDB1
Complementary color
Monochromatic Colors of #DDCDB1
Black with #DDCDB1
Text Example
Text Example
White with #DDCDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDB1; }
p { color: rgb(221,205,177); }
H1.HeaderClassName
{
color: #DDCDB1;
}
.AnyTagClassName
{
color: #DDCDB1;
}
</style>
background-color css
<style>
a { background-color: #DDCDB1; }
a { background-color: rgb(221,205,177); }
div.DivClassName
{
background-color: #DDCDB1;
}
.BgClassName
{
background-color: #DDCDB1;
}
</style>
border-color css
<style>
span { border-color: #DDCDB1; }
span { border-color: rgb(221,205,177); }
td.TdClassName
{
border-color: #DDCDB1;
}
.TagClassName
{
border-color: #DDCDB1;
}
</style>