#DE9A76

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

Shades of Dark Salmon #DE9A76

Tints of Dark Salmon #DE9A76

Color information

#DE9A76 (or 0xDE9A76) is unknown color: approx Dark Salmon. HEX triplet: DE, 9A and 76. RGB value is (222,154,118). Sum of RGB (Red+Green+Blue) = 222+154+118=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9A76 is #216589. Grayscale: #AAAAAA. Windows color (decimal): -2188682 or 7772894. OLE color: 7772894.

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

Color convert

RGB222154118-
CMYK00.310.470.13
HSL20.77º61.18%66.67%-
HSV(B)20.77º46.85%87.06%-
XYZ44.9539.9522.48-
YUV170.2398.53164.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 118 (46.48% from 255) = 23.89%
R=44.94%
G=31.17%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215411800.310.470.1320.7761.1866.67
HexDE9A7601F2FD153d43
Octal33623216603757152575103
Binary110111101001101011101100111111011111101101011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9A76; }

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

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

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

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

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

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

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

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