Shades of Sapling #DDD1A7
Tints of Sapling #DDD1A7
RGB
CMYK
RGB Variations
Color information
#DDD1A7 (or 0xDDD1A7) is known color: Sapling. HEX triplet: DD, D1 and A7. RGB value is (221,209,167). Sum of RGB (Red+Green+Blue) = 221+209+167=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD1A7 is #222E58. Grayscale: #CFCFCF. Windows color (decimal): -2240089 or 10998237. OLE color: 10998237.
HSL color Cylindrical-coordinate representation of color #DDD1A7: hue angle of 46.67º 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 #DDD1A7 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 167 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.13 |
| HSL | 46.67º | 0.44% | 0.76% | - |
| HSV(B) | 46.67º | 0.24% | 0.87% | - |
| XYZ | 59.59 | 63.76 | 45.73 | - |
| YUV | 207.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 167 | 0 | 0.05 | 0.24 | 0.13 | 46.67 | 0.44 | 0.76 |
| Hex | DD | D1 | A7 | 0 | 5 | 18 | D | 2F | 2C | 4C |
| Octal | 335 | 321 | 247 | 0 | 5 | 30 | 15 | 57 | 54 | 114 |
| Binary | 11011101 | 11010001 | 10100111 | 0 | 101 | 11000 | 1101 | 101111 | 101100 | 1001100 |
Color Harmonies of #DDD1A7
Complementary color
Monochromatic Colors of #DDD1A7
Black with #DDD1A7
Text Example
Text Example
White with #DDD1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1A7; }
p { color: rgb(221,209,167); }
H1.HeaderClassName
{
color: #DDD1A7;
}
.AnyTagClassName
{
color: #DDD1A7;
}
</style>
background-color css
<style>
a { background-color: #DDD1A7; }
a { background-color: rgb(221,209,167); }
div.DivClassName
{
background-color: #DDD1A7;
}
.BgClassName
{
background-color: #DDD1A7;
}
</style>
border-color css
<style>
span { border-color: #DDD1A7; }
span { border-color: rgb(221,209,167); }
td.TdClassName
{
border-color: #DDD1A7;
}
.TagClassName
{
border-color: #DDD1A7;
}
</style>