Shades of Sapling #DDD0A4
Tints of Sapling #DDD0A4
RGB
CMYK
RGB Variations
Color information
#DDD0A4 (or 0xDDD0A4) is known color: Sapling. HEX triplet: DD, D0 and A4. RGB value is (221,208,164). Sum of RGB (Red+Green+Blue) = 221+208+164=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 164 (64.45% from 255 or 27.66% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD0A4 is #222F5B. Grayscale: #CFCFCF. Windows color (decimal): -2240348 or 10801373. OLE color: 10801373.
HSL color Cylindrical-coordinate representation of color #DDD0A4: hue angle of 46.32º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDD0A4 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 164 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.13 |
| HSL | 46.32º | 0.46% | 0.75% | - |
| HSV(B) | 46.32º | 0.26% | 0.87% | - |
| XYZ | 59.08 | 63.16 | 44.2 | - |
| YUV | 206.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 164 | 0 | 0.06 | 0.26 | 0.13 | 46.32 | 0.46 | 0.75 |
| Hex | DD | D0 | A4 | 0 | 6 | 1A | D | 2E | 2E | 4B |
| Octal | 335 | 320 | 244 | 0 | 6 | 32 | 15 | 56 | 56 | 113 |
| Binary | 11011101 | 11010000 | 10100100 | 0 | 110 | 11010 | 1101 | 101110 | 101110 | 1001011 |
Color Harmonies of #DDD0A4
Complementary color
Monochromatic Colors of #DDD0A4
Black with #DDD0A4
Text Example
Text Example
White with #DDD0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0A4; }
p { color: rgb(221,208,164); }
H1.HeaderClassName
{
color: #DDD0A4;
}
.AnyTagClassName
{
color: #DDD0A4;
}
</style>
background-color css
<style>
a { background-color: #DDD0A4; }
a { background-color: rgb(221,208,164); }
div.DivClassName
{
background-color: #DDD0A4;
}
.BgClassName
{
background-color: #DDD0A4;
}
</style>
border-color css
<style>
span { border-color: #DDD0A4; }
span { border-color: rgb(221,208,164); }
td.TdClassName
{
border-color: #DDD0A4;
}
.TagClassName
{
border-color: #DDD0A4;
}
</style>