#DE9176

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

Shades of Dark Salmon #DE9176

Tints of Dark Salmon #DE9176

Color information

#DE9176 (or 0xDE9176) is unknown color: approx Dark Salmon. HEX triplet: DE, 91 and 76. RGB value is (222,145,118). Sum of RGB (Red+Green+Blue) = 222+145+118=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9176 is #216E89. Grayscale: #A5A5A5. Windows color (decimal): -2190986 or 7770590. OLE color: 7770590.

HSL color Cylindrical-coordinate representation of color #DE9176: hue angle of 15.58º 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 #DE9176 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB222145118-
CMYK00.350.470.13
HSL15.58º61.18%66.67%-
HSV(B)15.58º46.85%87.06%-
XYZ43.5237.0922-
YUV164.94101.51168.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.77%
GREEN value IS 145 (57.03% from 255) = 29.90%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=45.77%
G=29.90%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214511800.350.470.1315.5861.1866.67
HexDE91760232FD103d43
Octal33622116604357152075103
Binary1101111010010001111011001000111011111101100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9176; }

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

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

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

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

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

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

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

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