#DED4A8

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

Shades of Sapling #DED4A8

Tints of Sapling #DED4A8

Color information

#DED4A8 (or 0xDED4A8) is unknown color: approx Sapling. HEX triplet: DE, D4 and A8. RGB value is (222,212,168). Sum of RGB (Red+Green+Blue) = 222+212+168=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED4A8 is #212B57. Grayscale: #D2D2D2. Windows color (decimal): -2173784 or 11064542. OLE color: 11064542.

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

Color convert

RGB222212168-
CMYK00.050.240.13
HSL48.89º45%76.47%-
HSV(B)48.89º24.32%87.06%-
XYZ60.7465.4446.48-
YUV209.97104.31136.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 212 (83.20% from 255) = 35.22%
BLUE value IS 168 (66.02% from 255) = 27.91%
R=36.88%
G=35.22%
B=27.91%

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
Decimal22221216800.050.240.1348.894576.47
HexDED4A80518D312d4c
Octal3363242500530156155114
Binary11011110110101001010100001011100011011100011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED4A8; }

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

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

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

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

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

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

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

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