#DE9976

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

Shades of Dark Salmon #DE9976

Tints of Dark Salmon #DE9976

Color information

#DE9976 (or 0xDE9976) is unknown color: approx Dark Salmon. HEX triplet: DE, 99 and 76. RGB value is (222,153,118). Sum of RGB (Red+Green+Blue) = 222+153+118=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9976 is #216689. Grayscale: #A9A9A9. Windows color (decimal): -2188938 or 7772638. OLE color: 7772638.

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

Color convert

RGB222153118-
CMYK00.310.470.13
HSL20.19º61.18%66.67%-
HSV(B)20.19º46.85%87.06%-
XYZ44.7939.6222.43-
YUV169.6498.86165.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=45.03%
G=31.03%
B=23.94%

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
Decimal22215311800.310.470.1320.1961.1866.67
HexDE997601F2FD143d43
Octal33623116603757152475103
Binary110111101001100111101100111111011111101101001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9976; }

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

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

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

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

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

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

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

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