Shades of Sapling #DDD1AD
Tints of Sapling #DDD1AD
RGB
CMYK
RGB Variations
Color information
#DDD1AD (or 0xDDD1AD) is known color: Sapling. HEX triplet: DD, D1 and AD. RGB value is (221,209,173). Sum of RGB (Red+Green+Blue) = 221+209+173=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD1AD is #222E52. Grayscale: #D0D0D0. Windows color (decimal): -2240083 or 11391453. OLE color: 11391453.
HSL color Cylindrical-coordinate representation of color #DDD1AD: hue angle of 45º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDD1AD is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 173 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.13 |
| HSL | 45º | 0.41% | 0.77% | - |
| HSV(B) | 45º | 0.22% | 0.87% | - |
| XYZ | 60.16 | 63.99 | 48.72 | - |
| YUV | 208.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 173 | 0 | 0.05 | 0.22 | 0.13 | 45 | 0.41 | 0.77 |
| Hex | DD | D1 | AD | 0 | 5 | 16 | D | 2D | 29 | 4D |
| Octal | 335 | 321 | 255 | 0 | 5 | 26 | 15 | 55 | 51 | 115 |
| Binary | 11011101 | 11010001 | 10101101 | 0 | 101 | 10110 | 1101 | 101101 | 101001 | 1001101 |
Color Harmonies of #DDD1AD
Complementary color
Monochromatic Colors of #DDD1AD
Black with #DDD1AD
Text Example
Text Example
White with #DDD1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1AD; }
p { color: rgb(221,209,173); }
H1.HeaderClassName
{
color: #DDD1AD;
}
.AnyTagClassName
{
color: #DDD1AD;
}
</style>
background-color css
<style>
a { background-color: #DDD1AD; }
a { background-color: rgb(221,209,173); }
div.DivClassName
{
background-color: #DDD1AD;
}
.BgClassName
{
background-color: #DDD1AD;
}
</style>
border-color css
<style>
span { border-color: #DDD1AD; }
span { border-color: rgb(221,209,173); }
td.TdClassName
{
border-color: #DDD1AD;
}
.TagClassName
{
border-color: #DDD1AD;
}
</style>