Shades of Sapling #DDD4A9
Tints of Sapling #DDD4A9
RGB
CMYK
RGB Variations
Color information
#DDD4A9 (or 0xDDD4A9) is known color: Sapling. HEX triplet: DD, D4 and A9. RGB value is (221,212,169). Sum of RGB (Red+Green+Blue) = 221+212+169=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 169 (66.41% from 255 or 28.07% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD4A9 is #222B56. Grayscale: #D1D1D1. Windows color (decimal): -2239319 or 11130077. OLE color: 11130077.
HSL color Cylindrical-coordinate representation of color #DDD4A9: hue angle of 49.62º 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 #DDD4A9 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 169 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.13 |
| HSL | 49.62º | 0.43% | 0.76% | - |
| HSV(B) | 49.62º | 0.24% | 0.87% | - |
| XYZ | 60.52 | 65.32 | 46.95 | - |
| YUV | 209.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 169 | 0 | 0.04 | 0.24 | 0.13 | 49.62 | 0.43 | 0.76 |
| Hex | DD | D4 | A9 | 0 | 4 | 18 | D | 32 | 2B | 4C |
| Octal | 335 | 324 | 251 | 0 | 4 | 30 | 15 | 62 | 53 | 114 |
| Binary | 11011101 | 11010100 | 10101001 | 0 | 100 | 11000 | 1101 | 110010 | 101011 | 1001100 |
Color Harmonies of #DDD4A9
Complementary color
Monochromatic Colors of #DDD4A9
Black with #DDD4A9
Text Example
Text Example
White with #DDD4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4A9; }
p { color: rgb(221,212,169); }
H1.HeaderClassName
{
color: #DDD4A9;
}
.AnyTagClassName
{
color: #DDD4A9;
}
</style>
background-color css
<style>
a { background-color: #DDD4A9; }
a { background-color: rgb(221,212,169); }
div.DivClassName
{
background-color: #DDD4A9;
}
.BgClassName
{
background-color: #DDD4A9;
}
</style>
border-color css
<style>
span { border-color: #DDD4A9; }
span { border-color: rgb(221,212,169); }
td.TdClassName
{
border-color: #DDD4A9;
}
.TagClassName
{
border-color: #DDD4A9;
}
</style>