Shades of Alto #DDC9C7
Tints of Alto #DDC9C7
RGB
CMYK
RGB Variations
Color information
#DDC9C7 (or 0xDDC9C7) is known color: Alto. HEX triplet: DD, C9 and C7. RGB value is (221,201,199). Sum of RGB (Red+Green+Blue) = 221+201+199=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9C7 is #223638. Grayscale: #CECECE. Windows color (decimal): -2242105 or 13093341. OLE color: 13093341.
HSL color Cylindrical-coordinate representation of color #DDC9C7: hue angle of 5.45º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC9C7 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 199 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.13 |
| HSL | 5.45º | 0.24% | 0.82% | - |
| HSV(B) | 5.45º | 0.1% | 0.87% | - |
| XYZ | 61.01 | 61.27 | 62.64 | - |
| YUV | 206.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 199 | 0 | 0.09 | 0.10 | 0.13 | 5.45 | 0.24 | 0.82 |
| Hex | DD | C9 | C7 | 0 | 9 | A | D | 5 | 18 | 52 |
| Octal | 335 | 311 | 307 | 0 | 11 | 12 | 15 | 5 | 30 | 122 |
| Binary | 11011101 | 11001001 | 11000111 | 0 | 1001 | 1010 | 1101 | 101 | 11000 | 1010010 |
Color Harmonies of #DDC9C7
Complementary color
Monochromatic Colors of #DDC9C7
Black with #DDC9C7
Text Example
Text Example
White with #DDC9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9C7; }
p { color: rgb(221,201,199); }
H1.HeaderClassName
{
color: #DDC9C7;
}
.AnyTagClassName
{
color: #DDC9C7;
}
</style>
background-color css
<style>
a { background-color: #DDC9C7; }
a { background-color: rgb(221,201,199); }
div.DivClassName
{
background-color: #DDC9C7;
}
.BgClassName
{
background-color: #DDC9C7;
}
</style>
border-color css
<style>
span { border-color: #DDC9C7; }
span { border-color: rgb(221,201,199); }
td.TdClassName
{
border-color: #DDC9C7;
}
.TagClassName
{
border-color: #DDC9C7;
}
</style>