Shades of Sapling #DDD0A6
Tints of Sapling #DDD0A6
RGB
CMYK
RGB Variations
Color information
#DDD0A6 (or 0xDDD0A6) is known color: Sapling. HEX triplet: DD, D0 and A6. RGB value is (221,208,166). Sum of RGB (Red+Green+Blue) = 221+208+166=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD0A6 is #222F59. Grayscale: #CFCFCF. Windows color (decimal): -2240346 or 10932445. OLE color: 10932445.
HSL color Cylindrical-coordinate representation of color #DDD0A6: hue angle of 45.82º 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 #DDD0A6 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 166 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.13 |
| HSL | 45.82º | 0.45% | 0.76% | - |
| HSV(B) | 45.82º | 0.25% | 0.87% | - |
| XYZ | 59.26 | 63.24 | 45.16 | - |
| YUV | 207.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 166 | 0 | 0.06 | 0.25 | 0.13 | 45.82 | 0.45 | 0.76 |
| Hex | DD | D0 | A6 | 0 | 6 | 19 | D | 2E | 2D | 4C |
| Octal | 335 | 320 | 246 | 0 | 6 | 31 | 15 | 56 | 55 | 114 |
| Binary | 11011101 | 11010000 | 10100110 | 0 | 110 | 11001 | 1101 | 101110 | 101101 | 1001100 |
Color Harmonies of #DDD0A6
Complementary color
Monochromatic Colors of #DDD0A6
Black with #DDD0A6
Text Example
Text Example
White with #DDD0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0A6; }
p { color: rgb(221,208,166); }
H1.HeaderClassName
{
color: #DDD0A6;
}
.AnyTagClassName
{
color: #DDD0A6;
}
</style>
background-color css
<style>
a { background-color: #DDD0A6; }
a { background-color: rgb(221,208,166); }
div.DivClassName
{
background-color: #DDD0A6;
}
.BgClassName
{
background-color: #DDD0A6;
}
</style>
border-color css
<style>
span { border-color: #DDD0A6; }
span { border-color: rgb(221,208,166); }
td.TdClassName
{
border-color: #DDD0A6;
}
.TagClassName
{
border-color: #DDD0A6;
}
</style>