#DED4AF

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

Shades of Sapling #DED4AF

Tints of Sapling #DED4AF

Color information

#DED4AF (or 0xDED4AF) is unknown color: approx Sapling. HEX triplet: DE, D4 and AF. RGB value is (222,212,175). Sum of RGB (Red+Green+Blue) = 222+212+175=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED4AF is #212B50. Grayscale: #D2D2D2. Windows color (decimal): -2173777 or 11523294. OLE color: 11523294.

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

Color convert

RGB222212175-
CMYK00.050.210.13
HSL47.23º41.59%77.84%-
HSV(B)47.23º21.17%87.06%-
XYZ61.4165.7150-
YUV210.77107.81136.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 212 (83.20% from 255) = 34.81%
BLUE value IS 175 (68.75% from 255) = 28.74%
R=36.45%
G=34.81%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221217500.050.210.1347.2341.5977.84
HexDED4AF0515D2f2a4e
Octal3363242570525155752116
Binary11011110110101001010111101011010111011011111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED4AF; }

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

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

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

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

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

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

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

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