#DED2A5

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

Shades of Sapling #DED2A5

Tints of Sapling #DED2A5

Color information

#DED2A5 (or 0xDED2A5) is unknown color: approx Sapling. HEX triplet: DE, D2 and A5. RGB value is (222,210,165). Sum of RGB (Red+Green+Blue) = 222+210+165=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED2A5 is #212D5A. Grayscale: #D0D0D0. Windows color (decimal): -2174299 or 10867422. OLE color: 10867422.

HSL color Cylindrical-coordinate representation of color #DED2A5: hue angle of 47.37º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DED2A5 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB222210165-
CMYK00.050.260.13
HSL47.37º46.34%75.88%-
HSV(B)47.37º25.68%87.06%-
XYZ59.9664.3444.86-
YUV208.46103.48137.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.19%
GREEN value IS 210 (82.42% from 255) = 35.18%
BLUE value IS 165 (64.84% from 255) = 27.64%
R=37.19%
G=35.18%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221016500.050.260.1347.3746.3475.88
HexDED2A5051AD2f2e4c
Octal3363222450532155756114
Binary11011110110100101010010101011101011011011111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED2A5; }

 p { color: rgb(222,210,165); }

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

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

 a { background-color: rgb(222,210,165); }

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

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

 span { border-color: rgb(222,210,165); }

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