Shades of Sapling #DDD0AB
Tints of Sapling #DDD0AB
RGB
CMYK
RGB Variations
Color information
#DDD0AB (or 0xDDD0AB) is known color: Sapling. HEX triplet: DD, D0 and AB. RGB value is (221,208,171). Sum of RGB (Red+Green+Blue) = 221+208+171=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD0AB is #222F54. Grayscale: #CFCFCF. Windows color (decimal): -2240341 or 11260125. OLE color: 11260125.
HSL color Cylindrical-coordinate representation of color #DDD0AB: hue angle of 44.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDD0AB is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 208 | 171 | - |
CMYK | 0 | 0.06 | 0.23 | 0.13 |
HSL | 44.4º | 0.42% | 0.77% | - |
HSV(B) | 44.4º | 0.23% | 0.87% | - |
XYZ | 59.73 | 63.42 | 47.62 | - |
YUV | 207.67 | 107.31 | 137.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 208 | 171 | 0 | 0.06 | 0.23 | 0.13 | 44.4 | 0.42 | 0.77 |
Hex | DD | D0 | AB | 0 | 6 | 17 | D | 2C | 2A | 4D |
Octal | 335 | 320 | 253 | 0 | 6 | 27 | 15 | 54 | 52 | 115 |
Binary | 11011101 | 11010000 | 10101011 | 0 | 110 | 10111 | 1101 | 101100 | 101010 | 1001101 |
Color Harmonies of #DDD0AB
Complementary color
Monochromatic Colors of #DDD0AB
Black with #DDD0AB
Text Example
Text Example
White with #DDD0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0AB; }
p { color: rgb(221,208,171); }
H1.HeaderClassName
{
color: #DDD0AB;
}
.AnyTagClassName
{
color: #DDD0AB;
}
</style>
background-color css
<style>
a { background-color: #DDD0AB; }
a { background-color: rgb(221,208,171); }
div.DivClassName
{
background-color: #DDD0AB;
}
.BgClassName
{
background-color: #DDD0AB;
}
</style>
border-color css
<style>
span { border-color: #DDD0AB; }
span { border-color: rgb(221,208,171); }
td.TdClassName
{
border-color: #DDD0AB;
}
.TagClassName
{
border-color: #DDD0AB;
}
</style>