#DDD2AA

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

Shades of Sapling #DDD2AA

Tints of Sapling #DDD2AA

Color information

#DDD2AA (or 0xDDD2AA) is unknown color: approx Sapling. HEX triplet: DD, D2 and AA. RGB value is (221,210,170). Sum of RGB (Red+Green+Blue) = 221+210+170=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD2AA is #222D55. Grayscale: #D0D0D0. Windows color (decimal): -2239830 or 11195101. OLE color: 11195101.

HSL color Cylindrical-coordinate representation of color #DDD2AA: hue angle of 47.06º degrees, saturation: 0.43, 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 #DDD2AA is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221210170-
CMYK00.050.230.13
HSL47.06º42.86%76.67%-
HSV(B)47.06º23.08%86.67%-
XYZ60.1264.3747.29-
YUV208.73106.14136.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 210 (82.42% from 255) = 34.94%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=36.77%
G=34.94%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121017000.050.230.1347.0642.8676.67
HexDDD2AA0517D2f2b4d
Octal3353222520527155753115
Binary11011101110100101010101001011011111011011111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2AA; }

 p { color: rgb(221,210,170); }

 H1.HeaderClassName
 {
   color: #DDD2AA;
 }
 .AnyTagClassName
 {
   color: #DDD2AA;
 }
</style>
background-color css

<style>
 a { background-color: #DDD2AA; }

 a { background-color: rgb(221,210,170); }

 div.DivClassName
 {
   background-color: #DDD2AA;
 }
 .BgClassName
 {
   background-color: #DDD2AA;
 }
</style>
border-color css

<style>
 span { border-color: #DDD2AA; }

 span { border-color: rgb(221,210,170); }

 td.TdClassName
 {
   border-color: #DDD2AA;
 }
 .TagClassName
 {
   border-color: #DDD2AA;
 }
</style>