#DED2A6

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

Shades of Sapling #DED2A6

Tints of Sapling #DED2A6

Color information

#DED2A6 (or 0xDED2A6) is unknown color: approx Sapling. HEX triplet: DE, D2 and A6. RGB value is (222,210,166). Sum of RGB (Red+Green+Blue) = 222+210+166=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 166 (65.23% from 255 or 27.76% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED2A6 is #212D59. Grayscale: #D0D0D0. Windows color (decimal): -2174298 or 10932958. OLE color: 10932958.

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

Color convert

RGB222210166-
CMYK00.050.250.13
HSL47.14º45.9%76.08%-
HSV(B)47.14º25.23%87.06%-
XYZ60.0564.3845.34-
YUV208.57103.98137.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.12%
GREEN value IS 210 (82.42% from 255) = 35.12%
BLUE value IS 166 (65.23% from 255) = 27.76%
R=37.12%
G=35.12%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221016600.050.250.1347.1445.976.08
HexDED2A60519D2f2e4c
Octal3363222460531155756114
Binary11011110110100101010011001011100111011011111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED2A6; }

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

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

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

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

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

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

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

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