Shades of Sapling #DDD4AB
Tints of Sapling #DDD4AB
RGB
CMYK
RGB Variations
Color information
#DDD4AB (or 0xDDD4AB) is known color: Sapling. HEX triplet: DD, D4 and AB. RGB value is (221,212,171). Sum of RGB (Red+Green+Blue) = 221+212+171=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD4AB is #222B54. Grayscale: #D2D2D2. Windows color (decimal): -2239317 or 11261149. OLE color: 11261149.
HSL color Cylindrical-coordinate representation of color #DDD4AB: hue angle of 49.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDD4AB is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 171 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.13 |
| HSL | 49.2º | 0.42% | 0.77% | - |
| HSV(B) | 49.2º | 0.23% | 0.87% | - |
| XYZ | 60.71 | 65.4 | 47.95 | - |
| YUV | 210.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 171 | 0 | 0.04 | 0.23 | 0.13 | 49.2 | 0.42 | 0.77 |
| Hex | DD | D4 | AB | 0 | 4 | 17 | D | 31 | 2A | 4D |
| Octal | 335 | 324 | 253 | 0 | 4 | 27 | 15 | 61 | 52 | 115 |
| Binary | 11011101 | 11010100 | 10101011 | 0 | 100 | 10111 | 1101 | 110001 | 101010 | 1001101 |
Color Harmonies of #DDD4AB
Complementary color
Monochromatic Colors of #DDD4AB
Black with #DDD4AB
Text Example
Text Example
White with #DDD4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4AB; }
p { color: rgb(221,212,171); }
H1.HeaderClassName
{
color: #DDD4AB;
}
.AnyTagClassName
{
color: #DDD4AB;
}
</style>
background-color css
<style>
a { background-color: #DDD4AB; }
a { background-color: rgb(221,212,171); }
div.DivClassName
{
background-color: #DDD4AB;
}
.BgClassName
{
background-color: #DDD4AB;
}
</style>
border-color css
<style>
span { border-color: #DDD4AB; }
span { border-color: rgb(221,212,171); }
td.TdClassName
{
border-color: #DDD4AB;
}
.TagClassName
{
border-color: #DDD4AB;
}
</style>