#DED5AE

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

Shades of Sapling #DED5AE

Tints of Sapling #DED5AE

Color information

#DED5AE (or 0xDED5AE) is unknown color: approx Sapling. HEX triplet: DE, D5 and AE. RGB value is (222,213,174). Sum of RGB (Red+Green+Blue) = 222+213+174=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED5AE is #212A51. Grayscale: #D3D3D3. Windows color (decimal): -2173522 or 11458014. OLE color: 11458014.

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

Color convert

RGB222213174-
CMYK00.040.220.13
HSL48.75º42.11%77.65%-
HSV(B)48.75º21.62%87.06%-
XYZ61.5666.1749.57-
YUV211.24106.98135.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 213 (83.59% from 255) = 34.98%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=36.45%
G=34.98%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221317400.040.220.1348.7542.1177.65
HexDED5AE0416D312a4e
Octal3363252560426156152116
Binary11011110110101011010111001001011011011100011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED5AE; }

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

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

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

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

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

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

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

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