#DED5B0

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

Shades of Sapling #DED5B0

Tints of Sapling #DED5B0

Color information

#DED5B0 (or 0xDED5B0) is unknown color: approx Sapling. HEX triplet: DE, D5 and B0. RGB value is (222,213,176). Sum of RGB (Red+Green+Blue) = 222+213+176=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 176 (69.14% from 255 or 28.81% from 611); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED5B0 is #212A4F. Grayscale: #D3D3D3. Windows color (decimal): -2173520 or 11589086. OLE color: 11589086.

HSL color Cylindrical-coordinate representation of color #DED5B0: hue angle of 48.26º degrees, saturation: 0.41, 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 #DED5B0 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB222213176-
CMYK00.040.210.13
HSL48.26º41.07%78.04%-
HSV(B)48.26º20.72%87.06%-
XYZ61.7566.2550.61-
YUV211.47107.98135.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.33%
GREEN value IS 213 (83.59% from 255) = 34.86%
BLUE value IS 176 (69.14% from 255) = 28.81%
R=36.33%
G=34.86%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221317600.040.210.1348.2641.0778.04
HexDED5B00415D30294e
Octal3363252600425156051116
Binary11011110110101011011000001001010111011100001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED5B0; }

 p { color: rgb(222,213,176); }

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

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

 a { background-color: rgb(222,213,176); }

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

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

 span { border-color: rgb(222,213,176); }

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