Shades of Sapling #DDD0A7
Tints of Sapling #DDD0A7
RGB
CMYK
RGB Variations
Color information
#DDD0A7 (or 0xDDD0A7) is known color: Sapling. HEX triplet: DD, D0 and A7. RGB value is (221,208,167). Sum of RGB (Red+Green+Blue) = 221+208+167=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 167 (65.62% from 255 or 28.02% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD0A7 is #222F58. Grayscale: #CFCFCF. Windows color (decimal): -2240345 or 10997981. OLE color: 10997981.
HSL color Cylindrical-coordinate representation of color #DDD0A7: hue angle of 45.56º degrees, saturation: 0.44, 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 #DDD0A7 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 167 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.13 |
| HSL | 45.56º | 0.44% | 0.76% | - |
| HSV(B) | 45.56º | 0.24% | 0.87% | - |
| XYZ | 59.35 | 63.27 | 45.64 | - |
| YUV | 207.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 167 | 0 | 0.06 | 0.24 | 0.13 | 45.56 | 0.44 | 0.76 |
| Hex | DD | D0 | A7 | 0 | 6 | 18 | D | 2E | 2C | 4C |
| Octal | 335 | 320 | 247 | 0 | 6 | 30 | 15 | 56 | 54 | 114 |
| Binary | 11011101 | 11010000 | 10100111 | 0 | 110 | 11000 | 1101 | 101110 | 101100 | 1001100 |
Color Harmonies of #DDD0A7
Complementary color
Monochromatic Colors of #DDD0A7
Black with #DDD0A7
Text Example
Text Example
White with #DDD0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0A7; }
p { color: rgb(221,208,167); }
H1.HeaderClassName
{
color: #DDD0A7;
}
.AnyTagClassName
{
color: #DDD0A7;
}
</style>
background-color css
<style>
a { background-color: #DDD0A7; }
a { background-color: rgb(221,208,167); }
div.DivClassName
{
background-color: #DDD0A7;
}
.BgClassName
{
background-color: #DDD0A7;
}
</style>
border-color css
<style>
span { border-color: #DDD0A7; }
span { border-color: rgb(221,208,167); }
td.TdClassName
{
border-color: #DDD0A7;
}
.TagClassName
{
border-color: #DDD0A7;
}
</style>