Shades of Sapling #DDD4AC
Tints of Sapling #DDD4AC
RGB
CMYK
RGB Variations
Color information
#DDD4AC (or 0xDDD4AC) is known color: Sapling. HEX triplet: DD, D4 and AC. RGB value is (221,212,172). Sum of RGB (Red+Green+Blue) = 221+212+172=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD4AC is #222B53. Grayscale: #D2D2D2. Windows color (decimal): -2239316 or 11326685. OLE color: 11326685.
HSL color Cylindrical-coordinate representation of color #DDD4AC: hue angle of 48.98º 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 #DDD4AC is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 172 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.13 |
| HSL | 48.98º | 0.42% | 0.77% | - |
| HSV(B) | 48.98º | 0.22% | 0.87% | - |
| XYZ | 60.81 | 65.44 | 48.46 | - |
| YUV | 210.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 172 | 0 | 0.04 | 0.22 | 0.13 | 48.98 | 0.42 | 0.77 |
| Hex | DD | D4 | AC | 0 | 4 | 16 | D | 31 | 2A | 4D |
| Octal | 335 | 324 | 254 | 0 | 4 | 26 | 15 | 61 | 52 | 115 |
| Binary | 11011101 | 11010100 | 10101100 | 0 | 100 | 10110 | 1101 | 110001 | 101010 | 1001101 |
Color Harmonies of #DDD4AC
Complementary color
Monochromatic Colors of #DDD4AC
Black with #DDD4AC
Text Example
Text Example
White with #DDD4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4AC; }
p { color: rgb(221,212,172); }
H1.HeaderClassName
{
color: #DDD4AC;
}
.AnyTagClassName
{
color: #DDD4AC;
}
</style>
background-color css
<style>
a { background-color: #DDD4AC; }
a { background-color: rgb(221,212,172); }
div.DivClassName
{
background-color: #DDD4AC;
}
.BgClassName
{
background-color: #DDD4AC;
}
</style>
border-color css
<style>
span { border-color: #DDD4AC; }
span { border-color: rgb(221,212,172); }
td.TdClassName
{
border-color: #DDD4AC;
}
.TagClassName
{
border-color: #DDD4AC;
}
</style>