Shades of Sapling #DDD1A0
Tints of Sapling #DDD1A0
RGB
CMYK
RGB Variations
Color information
#DDD1A0 (or 0xDDD1A0) is known color: Sapling. HEX triplet: DD, D1 and A0. RGB value is (221,209,160). Sum of RGB (Red+Green+Blue) = 221+209+160=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD1A0 is #222E5F. Grayscale: #CFCFCF. Windows color (decimal): -2240096 or 10539485. OLE color: 10539485.
HSL color Cylindrical-coordinate representation of color #DDD1A0: hue angle of 48.2º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDD1A0 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 160 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.13 |
| HSL | 48.2º | 0.47% | 0.75% | - |
| HSV(B) | 48.2º | 0.28% | 0.87% | - |
| XYZ | 58.96 | 63.51 | 42.41 | - |
| YUV | 207 | 101.48 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 160 | 0 | 0.05 | 0.28 | 0.13 | 48.2 | 0.47 | 0.75 |
| Hex | DD | D1 | A0 | 0 | 5 | 1C | D | 30 | 2F | 4B |
| Octal | 335 | 321 | 240 | 0 | 5 | 34 | 15 | 60 | 57 | 113 |
| Binary | 11011101 | 11010001 | 10100000 | 0 | 101 | 11100 | 1101 | 110000 | 101111 | 1001011 |
Color Harmonies of #DDD1A0
Complementary color
Monochromatic Colors of #DDD1A0
Black with #DDD1A0
Text Example
Text Example
White with #DDD1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1A0; }
p { color: rgb(221,209,160); }
H1.HeaderClassName
{
color: #DDD1A0;
}
.AnyTagClassName
{
color: #DDD1A0;
}
</style>
background-color css
<style>
a { background-color: #DDD1A0; }
a { background-color: rgb(221,209,160); }
div.DivClassName
{
background-color: #DDD1A0;
}
.BgClassName
{
background-color: #DDD1A0;
}
</style>
border-color css
<style>
span { border-color: #DDD1A0; }
span { border-color: rgb(221,209,160); }
td.TdClassName
{
border-color: #DDD1A0;
}
.TagClassName
{
border-color: #DDD1A0;
}
</style>