Shades of Sapling #DDD4AA
Tints of Sapling #DDD4AA
RGB
CMYK
RGB Variations
Color information
#DDD4AA (or 0xDDD4AA) is known color: Sapling. HEX triplet: DD, D4 and AA. RGB value is (221,212,170). Sum of RGB (Red+Green+Blue) = 221+212+170=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD4AA is #222B55. Grayscale: #D2D2D2. Windows color (decimal): -2239318 or 11195613. OLE color: 11195613.
HSL color Cylindrical-coordinate representation of color #DDD4AA: hue angle of 49.41º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDD4AA is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 170 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.13 |
| HSL | 49.41º | 0.43% | 0.77% | - |
| HSV(B) | 49.41º | 0.23% | 0.87% | - |
| XYZ | 60.62 | 65.36 | 47.45 | - |
| YUV | 209.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 170 | 0 | 0.04 | 0.23 | 0.13 | 49.41 | 0.43 | 0.77 |
| Hex | DD | D4 | AA | 0 | 4 | 17 | D | 31 | 2B | 4D |
| Octal | 335 | 324 | 252 | 0 | 4 | 27 | 15 | 61 | 53 | 115 |
| Binary | 11011101 | 11010100 | 10101010 | 0 | 100 | 10111 | 1101 | 110001 | 101011 | 1001101 |
Color Harmonies of #DDD4AA
Complementary color
Monochromatic Colors of #DDD4AA
Black with #DDD4AA
Text Example
Text Example
White with #DDD4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4AA; }
p { color: rgb(221,212,170); }
H1.HeaderClassName
{
color: #DDD4AA;
}
.AnyTagClassName
{
color: #DDD4AA;
}
</style>
background-color css
<style>
a { background-color: #DDD4AA; }
a { background-color: rgb(221,212,170); }
div.DivClassName
{
background-color: #DDD4AA;
}
.BgClassName
{
background-color: #DDD4AA;
}
</style>
border-color css
<style>
span { border-color: #DDD4AA; }
span { border-color: rgb(221,212,170); }
td.TdClassName
{
border-color: #DDD4AA;
}
.TagClassName
{
border-color: #DDD4AA;
}
</style>