Shades of Sapling #DDD3AF
Tints of Sapling #DDD3AF
RGB
CMYK
RGB Variations
Color information
#DDD3AF (or 0xDDD3AF) is known color: Sapling. HEX triplet: DD, D3 and AF. RGB value is (221,211,175). Sum of RGB (Red+Green+Blue) = 221+211+175=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD3AF is #222C50. Grayscale: #D2D2D2. Windows color (decimal): -2239569 or 11523037. OLE color: 11523037.
HSL color Cylindrical-coordinate representation of color #DDD3AF: hue angle of 46.96º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDD3AF is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 175 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.13 |
| HSL | 46.96º | 0.4% | 0.78% | - |
| HSV(B) | 46.96º | 0.21% | 0.87% | - |
| XYZ | 60.85 | 65.06 | 49.91 | - |
| YUV | 209.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 175 | 0 | 0.05 | 0.21 | 0.13 | 46.96 | 0.4 | 0.78 |
| Hex | DD | D3 | AF | 0 | 5 | 15 | D | 2F | 28 | 4E |
| Octal | 335 | 323 | 257 | 0 | 5 | 25 | 15 | 57 | 50 | 116 |
| Binary | 11011101 | 11010011 | 10101111 | 0 | 101 | 10101 | 1101 | 101111 | 101000 | 1001110 |
Color Harmonies of #DDD3AF
Complementary color
Monochromatic Colors of #DDD3AF
Black with #DDD3AF
Text Example
Text Example
White with #DDD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3AF; }
p { color: rgb(221,211,175); }
H1.HeaderClassName
{
color: #DDD3AF;
}
.AnyTagClassName
{
color: #DDD3AF;
}
</style>
background-color css
<style>
a { background-color: #DDD3AF; }
a { background-color: rgb(221,211,175); }
div.DivClassName
{
background-color: #DDD3AF;
}
.BgClassName
{
background-color: #DDD3AF;
}
</style>
border-color css
<style>
span { border-color: #DDD3AF; }
span { border-color: rgb(221,211,175); }
td.TdClassName
{
border-color: #DDD3AF;
}
.TagClassName
{
border-color: #DDD3AF;
}
</style>