#DED4AE

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

Shades of Sapling #DED4AE

Tints of Sapling #DED4AE

Color information

#DED4AE (or 0xDED4AE) is unknown color: approx Sapling. HEX triplet: DE, D4 and AE. RGB value is (222,212,174). Sum of RGB (Red+Green+Blue) = 222+212+174=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED4AE is #212B51. Grayscale: #D2D2D2. Windows color (decimal): -2173778 or 11457758. OLE color: 11457758.

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

Color convert

RGB222212174-
CMYK00.050.220.13
HSL47.5º42.11%77.65%-
HSV(B)47.5º21.62%87.06%-
XYZ61.3165.6749.49-
YUV210.66107.31136.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.51%
GREEN value IS 212 (83.20% from 255) = 34.87%
BLUE value IS 174 (68.36% from 255) = 28.62%
R=36.51%
G=34.87%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221217400.050.220.1347.542.1177.65
HexDED4AE0516D302a4e
Octal3363242560526156052116
Binary11011110110101001010111001011011011011100001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED4AE; }

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

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

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

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

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

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

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

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