#DED0A7

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

Shades of Sapling #DED0A7

Tints of Sapling #DED0A7

Color information

#DED0A7 (or 0xDED0A7) is unknown color: approx Sapling. HEX triplet: DE, D0 and A7. RGB value is (222,208,167). Sum of RGB (Red+Green+Blue) = 222+208+167=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DED0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED0A7 is #212F58. Grayscale: #CFCFCF. Windows color (decimal): -2174809 or 10997982. OLE color: 10997982.

HSL color Cylindrical-coordinate representation of color #DED0A7: hue angle of 44.73º degrees, saturation: 0.45, 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 #DED0A7 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB222208167-
CMYK00.060.250.13
HSL44.73º45.45%76.27%-
HSV(B)44.73º24.77%87.06%-
XYZ59.6663.4345.66-
YUV207.51105.14138.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.19%
GREEN value IS 208 (81.64% from 255) = 34.84%
BLUE value IS 167 (65.62% from 255) = 27.97%
R=37.19%
G=34.84%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220816700.060.250.1344.7345.4576.27
HexDED0A70619D2d2d4c
Octal3363202470631155555114
Binary11011110110100001010011101101100111011011011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED0A7; }

 p { color: rgb(222,208,167); }

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

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

 a { background-color: rgb(222,208,167); }

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

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

 span { border-color: rgb(222,208,167); }

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