Shades of Sapling #DDD1AC
Tints of Sapling #DDD1AC
RGB
CMYK
RGB Variations
Color information
#DDD1AC (or 0xDDD1AC) is known color: Sapling. HEX triplet: DD, D1 and AC. RGB value is (221,209,172). Sum of RGB (Red+Green+Blue) = 221+209+172=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD1AC is #222E53. Grayscale: #D0D0D0. Windows color (decimal): -2240084 or 11325917. OLE color: 11325917.
HSL color Cylindrical-coordinate representation of color #DDD1AC: hue angle of 45.31º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDD1AC is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 209 | 172 | - |
CMYK | 0 | 0.05 | 0.22 | 0.13 |
HSL | 45.31º | 0.42% | 0.77% | - |
HSV(B) | 45.31º | 0.22% | 0.87% | - |
XYZ | 60.07 | 63.95 | 48.21 | - |
YUV | 208.37 | 107.48 | 137.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 172 | 0 | 0.05 | 0.22 | 0.13 | 45.31 | 0.42 | 0.77 |
Hex | DD | D1 | AC | 0 | 5 | 16 | D | 2D | 2A | 4D |
Octal | 335 | 321 | 254 | 0 | 5 | 26 | 15 | 55 | 52 | 115 |
Binary | 11011101 | 11010001 | 10101100 | 0 | 101 | 10110 | 1101 | 101101 | 101010 | 1001101 |
Color Harmonies of #DDD1AC
Complementary color
Monochromatic Colors of #DDD1AC
Black with #DDD1AC
Text Example
Text Example
White with #DDD1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1AC; }
p { color: rgb(221,209,172); }
H1.HeaderClassName
{
color: #DDD1AC;
}
.AnyTagClassName
{
color: #DDD1AC;
}
</style>
background-color css
<style>
a { background-color: #DDD1AC; }
a { background-color: rgb(221,209,172); }
div.DivClassName
{
background-color: #DDD1AC;
}
.BgClassName
{
background-color: #DDD1AC;
}
</style>
border-color css
<style>
span { border-color: #DDD1AC; }
span { border-color: rgb(221,209,172); }
td.TdClassName
{
border-color: #DDD1AC;
}
.TagClassName
{
border-color: #DDD1AC;
}
</style>