#DE9577

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

Shades of Dark Salmon #DE9577

Tints of Dark Salmon #DE9577

Color information

#DE9577 (or 0xDE9577) is unknown color: approx Dark Salmon. HEX triplet: DE, 95 and 77. RGB value is (222,149,119). Sum of RGB (Red+Green+Blue) = 222+149+119=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9577 is #216A88. Grayscale: #A7A7A7. Windows color (decimal): -2189961 or 7837150. OLE color: 7837150.

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

Color convert

RGB222149119-
CMYK00.330.460.13
HSL17.48º60.95%66.86%-
HSV(B)17.48º46.4%87.06%-
XYZ44.238.3622.53-
YUV167.41100.68166.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.31%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 119 (46.88% from 255) = 24.29%
R=45.31%
G=30.41%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214911900.330.460.1317.4860.9566.86
HexDE95770212ED113d43
Octal33622516704156152175103
Binary1101111010010101111011101000011011101101100011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9577; }

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

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

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

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

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

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

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

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