Shades of Sapling #DDD4A6
Tints of Sapling #DDD4A6
RGB
CMYK
RGB Variations
Color information
#DDD4A6 (or 0xDDD4A6) is known color: Sapling. HEX triplet: DD, D4 and A6. RGB value is (221,212,166). Sum of RGB (Red+Green+Blue) = 221+212+166=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 166 (65.23% from 255 or 27.71% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD4A6 is #222B59. Grayscale: #D1D1D1. Windows color (decimal): -2239322 or 10933469. OLE color: 10933469.
HSL color Cylindrical-coordinate representation of color #DDD4A6: hue angle of 50.18º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDD4A6 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 166 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.13 |
| HSL | 50.18º | 0.45% | 0.76% | - |
| HSV(B) | 50.18º | 0.25% | 0.87% | - |
| XYZ | 60.25 | 65.21 | 45.49 | - |
| YUV | 209.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 166 | 0 | 0.04 | 0.25 | 0.13 | 50.18 | 0.45 | 0.76 |
| Hex | DD | D4 | A6 | 0 | 4 | 19 | D | 32 | 2D | 4C |
| Octal | 335 | 324 | 246 | 0 | 4 | 31 | 15 | 62 | 55 | 114 |
| Binary | 11011101 | 11010100 | 10100110 | 0 | 100 | 11001 | 1101 | 110010 | 101101 | 1001100 |
Color Harmonies of #DDD4A6
Complementary color
Monochromatic Colors of #DDD4A6
Black with #DDD4A6
Text Example
Text Example
White with #DDD4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4A6; }
p { color: rgb(221,212,166); }
H1.HeaderClassName
{
color: #DDD4A6;
}
.AnyTagClassName
{
color: #DDD4A6;
}
</style>
background-color css
<style>
a { background-color: #DDD4A6; }
a { background-color: rgb(221,212,166); }
div.DivClassName
{
background-color: #DDD4A6;
}
.BgClassName
{
background-color: #DDD4A6;
}
</style>
border-color css
<style>
span { border-color: #DDD4A6; }
span { border-color: rgb(221,212,166); }
td.TdClassName
{
border-color: #DDD4A6;
}
.TagClassName
{
border-color: #DDD4A6;
}
</style>