Shades of Sapling #DDD3A9
Tints of Sapling #DDD3A9
RGB
CMYK
RGB Variations
Color information
#DDD3A9 (or 0xDDD3A9) is known color: Sapling. HEX triplet: DD, D3 and A9. RGB value is (221,211,169). Sum of RGB (Red+Green+Blue) = 221+211+169=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 169 (66.41% from 255 or 28.12% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD3A9 is #222C56. Grayscale: #D1D1D1. Windows color (decimal): -2239575 or 11129821. OLE color: 11129821.
HSL color Cylindrical-coordinate representation of color #DDD3A9: hue angle of 48.46º 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 #DDD3A9 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 169 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.13 |
| HSL | 48.46º | 0.43% | 0.76% | - |
| HSV(B) | 48.46º | 0.24% | 0.87% | - |
| XYZ | 60.27 | 64.83 | 46.87 | - |
| YUV | 209.2 | 105.31 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 169 | 0 | 0.05 | 0.24 | 0.13 | 48.46 | 0.43 | 0.76 |
| Hex | DD | D3 | A9 | 0 | 5 | 18 | D | 30 | 2B | 4C |
| Octal | 335 | 323 | 251 | 0 | 5 | 30 | 15 | 60 | 53 | 114 |
| Binary | 11011101 | 11010011 | 10101001 | 0 | 101 | 11000 | 1101 | 110000 | 101011 | 1001100 |
Color Harmonies of #DDD3A9
Complementary color
Monochromatic Colors of #DDD3A9
Black with #DDD3A9
Text Example
Text Example
White with #DDD3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3A9; }
p { color: rgb(221,211,169); }
H1.HeaderClassName
{
color: #DDD3A9;
}
.AnyTagClassName
{
color: #DDD3A9;
}
</style>
background-color css
<style>
a { background-color: #DDD3A9; }
a { background-color: rgb(221,211,169); }
div.DivClassName
{
background-color: #DDD3A9;
}
.BgClassName
{
background-color: #DDD3A9;
}
</style>
border-color css
<style>
span { border-color: #DDD3A9; }
span { border-color: rgb(221,211,169); }
td.TdClassName
{
border-color: #DDD3A9;
}
.TagClassName
{
border-color: #DDD3A9;
}
</style>