#DED2AE

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

Shades of Sapling #DED2AE

Tints of Sapling #DED2AE

Color information

#DED2AE (or 0xDED2AE) is unknown color: approx Sapling. HEX triplet: DE, D2 and AE. RGB value is (222,210,174). Sum of RGB (Red+Green+Blue) = 222+210+174=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED2AE is #212D51. Grayscale: #D1D1D1. Windows color (decimal): -2174290 or 11457246. OLE color: 11457246.

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

Color convert

RGB222210174-
CMYK00.050.220.13
HSL45º42.11%77.65%-
HSV(B)45º21.62%87.06%-
XYZ60.8164.6849.32-
YUV209.48107.98136.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.63%
GREEN value IS 210 (82.42% from 255) = 34.65%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=36.63%
G=34.65%
B=28.71%

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
Decimal22221017400.050.220.134542.1177.65
HexDED2AE0516D2d2a4e
Octal3363222560526155552116
Binary11011110110100101010111001011011011011011011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED2AE; }

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

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

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

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

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

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

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

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