#DED4A9

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

Shades of Sapling #DED4A9

Tints of Sapling #DED4A9

Color information

#DED4A9 (or 0xDED4A9) is unknown color: approx Sapling. HEX triplet: DE, D4 and A9. RGB value is (222,212,169). Sum of RGB (Red+Green+Blue) = 222+212+169=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 169 (66.41% from 255 or 28.03% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED4A9 is #212B56. Grayscale: #D2D2D2. Windows color (decimal): -2173783 or 11130078. OLE color: 11130078.

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

Color convert

RGB222212169-
CMYK00.050.240.13
HSL48.68º44.54%76.67%-
HSV(B)48.68º23.87%87.06%-
XYZ60.8365.4846.97-
YUV210.09104.81136.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.82%
GREEN value IS 212 (83.20% from 255) = 35.16%
BLUE value IS 169 (66.41% from 255) = 28.03%
R=36.82%
G=35.16%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221216900.050.240.1348.6844.5476.67
HexDED4A90518D312d4d
Octal3363242510530156155115
Binary11011110110101001010100101011100011011100011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED4A9; }

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

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

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

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

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

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

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

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