Shades of Sapling #DDD2AC
Tints of Sapling #DDD2AC
RGB
CMYK
RGB Variations
Color information
#DDD2AC (or 0xDDD2AC) is known color: Sapling. HEX triplet: DD, D2 and AC. RGB value is (221,210,172). Sum of RGB (Red+Green+Blue) = 221+210+172=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD2AC is #222D53. Grayscale: #D1D1D1. Windows color (decimal): -2239828 or 11326173. OLE color: 11326173.
HSL color Cylindrical-coordinate representation of color #DDD2AC: hue angle of 46.53º degrees, saturation: 0.42, 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 #DDD2AC is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 172 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.13 |
| HSL | 46.53º | 0.42% | 0.77% | - |
| HSV(B) | 46.53º | 0.22% | 0.87% | - |
| XYZ | 60.31 | 64.44 | 48.29 | - |
| YUV | 208.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 172 | 0 | 0.05 | 0.22 | 0.13 | 46.53 | 0.42 | 0.77 |
| Hex | DD | D2 | AC | 0 | 5 | 16 | D | 2F | 2A | 4D |
| Octal | 335 | 322 | 254 | 0 | 5 | 26 | 15 | 57 | 52 | 115 |
| Binary | 11011101 | 11010010 | 10101100 | 0 | 101 | 10110 | 1101 | 101111 | 101010 | 1001101 |
Color Harmonies of #DDD2AC
Complementary color
Monochromatic Colors of #DDD2AC
Black with #DDD2AC
Text Example
Text Example
White with #DDD2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2AC; }
p { color: rgb(221,210,172); }
H1.HeaderClassName
{
color: #DDD2AC;
}
.AnyTagClassName
{
color: #DDD2AC;
}
</style>
background-color css
<style>
a { background-color: #DDD2AC; }
a { background-color: rgb(221,210,172); }
div.DivClassName
{
background-color: #DDD2AC;
}
.BgClassName
{
background-color: #DDD2AC;
}
</style>
border-color css
<style>
span { border-color: #DDD2AC; }
span { border-color: rgb(221,210,172); }
td.TdClassName
{
border-color: #DDD2AC;
}
.TagClassName
{
border-color: #DDD2AC;
}
</style>