#DE9A75

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

Shades of Dark Salmon #DE9A75

Tints of Dark Salmon #DE9A75

Color information

#DE9A75 (or 0xDE9A75) is unknown color: approx Dark Salmon. HEX triplet: DE, 9A and 75. RGB value is (222,154,117). Sum of RGB (Red+Green+Blue) = 222+154+117=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9A75 is #21658A. Grayscale: #AAAAAA. Windows color (decimal): -2188683 or 7707358. OLE color: 7707358.

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

Color convert

RGB222154117-
CMYK00.310.470.13
HSL21.14º61.4%66.47%-
HSV(B)21.14º47.3%87.06%-
XYZ44.8939.9322.17-
YUV170.1198.03165.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=45.03%
G=31.24%
B=23.73%

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
Decimal22215411700.310.470.1321.1461.466.47
HexDE9A7501F2FD153d42
Octal33623216503757152575102
Binary110111101001101011101010111111011111101101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9A75; }

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

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

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

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

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

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

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

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