#DE9977

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

Shades of Dark Salmon #DE9977

Tints of Dark Salmon #DE9977

Color information

#DE9977 (or 0xDE9977) is unknown color: approx Dark Salmon. HEX triplet: DE, 99 and 77. RGB value is (222,153,119). Sum of RGB (Red+Green+Blue) = 222+153+119=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9977 is #216688. Grayscale: #A9A9A9. Windows color (decimal): -2188937 or 7838174. OLE color: 7838174.

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

Color convert

RGB222153119-
CMYK00.310.460.13
HSL19.81º60.95%66.86%-
HSV(B)19.81º46.4%87.06%-
XYZ44.8539.6422.74-
YUV169.7699.36165.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 119 (46.88% from 255) = 24.09%
R=44.94%
G=30.97%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215311900.310.460.1319.8160.9566.86
HexDE997701F2ED143d43
Octal33623116703756152475103
Binary110111101001100111101110111111011101101101001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9977; }

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

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

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

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

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

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

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

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