#DE9576

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

Shades of Dark Salmon #DE9576

Tints of Dark Salmon #DE9576

Color information

#DE9576 (or 0xDE9576) is unknown color: approx Dark Salmon. HEX triplet: DE, 95 and 76. RGB value is (222,149,118). Sum of RGB (Red+Green+Blue) = 222+149+118=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9576 is #216A89. Grayscale: #A7A7A7. Windows color (decimal): -2189962 or 7771614. OLE color: 7771614.

HSL color Cylindrical-coordinate representation of color #DE9576: hue angle of 17.88º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE9576 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB222149118-
CMYK00.330.470.13
HSL17.88º61.18%66.67%-
HSV(B)17.88º46.85%87.06%-
XYZ44.1438.3322.21-
YUV167.29100.18167.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.40%
GREEN value IS 149 (58.59% from 255) = 30.47%
BLUE value IS 118 (46.48% from 255) = 24.13%
R=45.40%
G=30.47%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214911800.330.470.1317.8861.1866.67
HexDE95760212FD123d43
Octal33622516604157152275103
Binary1101111010010101111011001000011011111101100101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9576; }

 p { color: rgb(222,149,118); }

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

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

 a { background-color: rgb(222,149,118); }

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

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

 span { border-color: rgb(222,149,118); }

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