#DE947C

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

Shades of Dark Salmon #DE947C

Tints of Dark Salmon #DE947C

Color information

#DE947C (or 0xDE947C) is unknown color: approx Dark Salmon. HEX triplet: DE, 94 and 7C. RGB value is (222,148,124). Sum of RGB (Red+Green+Blue) = 222+148+124=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE947C is #216B83. Grayscale: #A7A7A7. Windows color (decimal): -2190212 or 8164574. OLE color: 8164574.

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

Color convert

RGB222148124-
CMYK00.330.440.13
HSL14.69º59.76%67.84%-
HSV(B)14.69º44.14%87.06%-
XYZ44.3538.1624.1-
YUV167.39103.52166.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 124 (48.83% from 255) = 25.10%
R=44.94%
G=29.96%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214812400.330.440.1314.6959.7667.84
HexDE947C0212CDf3c44
Octal33622417404154151774104
Binary110111101001010011111000100001101100110111111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE947C; }

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

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

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

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

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

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

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

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