#DE9B7C

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

Shades of Dark Salmon #DE9B7C

Tints of Dark Salmon #DE9B7C

Color information

#DE9B7C (or 0xDE9B7C) is unknown color: approx Dark Salmon. HEX triplet: DE, 9B and 7C. RGB value is (222,155,124). Sum of RGB (Red+Green+Blue) = 222+155+124=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9B7C is #216483. Grayscale: #ABABAB. Windows color (decimal): -2188420 or 8166366. OLE color: 8166366.

HSL color Cylindrical-coordinate representation of color #DE9B7C: hue angle of 18.98º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE9B7C is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB222155124-
CMYK00.300.440.13
HSL18.98º59.76%67.84%-
HSV(B)18.98º44.14%87.06%-
XYZ45.4840.4324.47-
YUV171.5101.2164.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.31%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 124 (48.83% from 255) = 24.75%
R=44.31%
G=30.94%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215512400.300.440.1318.9859.7667.84
HexDE9B7C01E2CD133c44
Octal33623317403654152374104
Binary110111101001101111111000111101011001101100111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9B7C; }

 p { color: rgb(222,155,124); }

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

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

 a { background-color: rgb(222,155,124); }

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

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

 span { border-color: rgb(222,155,124); }

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