Shades of Sapling #DDD2A9
Tints of Sapling #DDD2A9
RGB
CMYK
RGB Variations
Color information
#DDD2A9 (or 0xDDD2A9) is known color: Sapling. HEX triplet: DD, D2 and A9. RGB value is (221,210,169). Sum of RGB (Red+Green+Blue) = 221+210+169=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 169 (66.41% from 255 or 28.17% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD2A9 is #222D56. Grayscale: #D0D0D0. Windows color (decimal): -2239831 or 11129565. OLE color: 11129565.
HSL color Cylindrical-coordinate representation of color #DDD2A9: hue angle of 47.31º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDD2A9 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 169 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.13 |
| HSL | 47.31º | 0.43% | 0.76% | - |
| HSV(B) | 47.31º | 0.24% | 0.87% | - |
| XYZ | 60.03 | 64.33 | 46.79 | - |
| YUV | 208.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 169 | 0 | 0.05 | 0.24 | 0.13 | 47.31 | 0.43 | 0.76 |
| Hex | DD | D2 | A9 | 0 | 5 | 18 | D | 2F | 2B | 4C |
| Octal | 335 | 322 | 251 | 0 | 5 | 30 | 15 | 57 | 53 | 114 |
| Binary | 11011101 | 11010010 | 10101001 | 0 | 101 | 11000 | 1101 | 101111 | 101011 | 1001100 |
Color Harmonies of #DDD2A9
Complementary color
Monochromatic Colors of #DDD2A9
Black with #DDD2A9
Text Example
Text Example
White with #DDD2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2A9; }
p { color: rgb(221,210,169); }
H1.HeaderClassName
{
color: #DDD2A9;
}
.AnyTagClassName
{
color: #DDD2A9;
}
</style>
background-color css
<style>
a { background-color: #DDD2A9; }
a { background-color: rgb(221,210,169); }
div.DivClassName
{
background-color: #DDD2A9;
}
.BgClassName
{
background-color: #DDD2A9;
}
</style>
border-color css
<style>
span { border-color: #DDD2A9; }
span { border-color: rgb(221,210,169); }
td.TdClassName
{
border-color: #DDD2A9;
}
.TagClassName
{
border-color: #DDD2A9;
}
</style>