Shades of Sapling #DDD1A1
Tints of Sapling #DDD1A1
RGB
CMYK
RGB Variations
Color information
#DDD1A1 (or 0xDDD1A1) is known color: Sapling. HEX triplet: DD, D1 and A1. RGB value is (221,209,161). Sum of RGB (Red+Green+Blue) = 221+209+161=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD1A1 is #222E5E. Grayscale: #CFCFCF. Windows color (decimal): -2240095 or 10605021. OLE color: 10605021.
HSL color Cylindrical-coordinate representation of color #DDD1A1: hue angle of 48º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDD1A1 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 161 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.13 |
| HSL | 48º | 0.47% | 0.75% | - |
| HSV(B) | 48º | 0.27% | 0.87% | - |
| XYZ | 59.05 | 63.55 | 42.87 | - |
| YUV | 207.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 161 | 0 | 0.05 | 0.27 | 0.13 | 48 | 0.47 | 0.75 |
| Hex | DD | D1 | A1 | 0 | 5 | 1B | D | 30 | 2F | 4B |
| Octal | 335 | 321 | 241 | 0 | 5 | 33 | 15 | 60 | 57 | 113 |
| Binary | 11011101 | 11010001 | 10100001 | 0 | 101 | 11011 | 1101 | 110000 | 101111 | 1001011 |
Color Harmonies of #DDD1A1
Complementary color
Monochromatic Colors of #DDD1A1
Black with #DDD1A1
Text Example
Text Example
White with #DDD1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1A1; }
p { color: rgb(221,209,161); }
H1.HeaderClassName
{
color: #DDD1A1;
}
.AnyTagClassName
{
color: #DDD1A1;
}
</style>
background-color css
<style>
a { background-color: #DDD1A1; }
a { background-color: rgb(221,209,161); }
div.DivClassName
{
background-color: #DDD1A1;
}
.BgClassName
{
background-color: #DDD1A1;
}
</style>
border-color css
<style>
span { border-color: #DDD1A1; }
span { border-color: rgb(221,209,161); }
td.TdClassName
{
border-color: #DDD1A1;
}
.TagClassName
{
border-color: #DDD1A1;
}
</style>