#DED49E

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

Shades of Sapling #DED49E

Tints of Sapling #DED49E

Color information

#DED49E (or 0xDED49E) is unknown color: approx Sapling. HEX triplet: DE, D4 and 9E. RGB value is (222,212,158). Sum of RGB (Red+Green+Blue) = 222+212+158=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 158 (62.11% from 255 or 26.69% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DED49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED49E is #212B61. Grayscale: #D1D1D1. Windows color (decimal): -2173794 or 10409182. OLE color: 10409182.

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

Color convert

RGB222212158-
CMYK00.050.290.13
HSL50.62º49.23%74.51%-
HSV(B)50.62º28.83%87.06%-
XYZ59.8465.0941.76-
YUV208.8399.31137.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 212 (83.20% from 255) = 35.81%
BLUE value IS 158 (62.11% from 255) = 26.69%
R=37.5%
G=35.81%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221215800.050.290.1350.6249.2374.51
HexDED49E051DD33314b
Octal3363242360535156361113
Binary11011110110101001001111001011110111011100111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED49E; }

 p { color: rgb(222,212,158); }

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

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

 a { background-color: rgb(222,212,158); }

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

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

 span { border-color: rgb(222,212,158); }

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