#DDD0AB

Color #DDD0AB Sapling (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapling #DDD0AB

Tints of Sapling #DDD0AB

Color information

#DDD0AB (or 0xDDD0AB) is unknown color: approx 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

RGB221208171-
CMYK00.060.230.13
HSL44.4º42.37%76.86%-
HSV(B)44.4º22.62%86.67%-
XYZ59.7363.4247.62-
YUV207.67107.31137.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 208 (81.64% from 255) = 34.67%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=36.83%
G=34.67%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120817100.060.230.1344.442.3776.86
HexDDD0AB0617D2c2a4d
Octal3353202530627155452115
Binary11011101110100001010101101101011111011011001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>