#DE9879

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

Shades of Dark Salmon #DE9879

Tints of Dark Salmon #DE9879

Color information

#DE9879 (or 0xDE9879) is unknown color: approx Dark Salmon. HEX triplet: DE, 98 and 79. RGB value is (222,152,121). Sum of RGB (Red+Green+Blue) = 222+152+121=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9879 is #216786. Grayscale: #A9A9A9. Windows color (decimal): -2189191 or 7968990. OLE color: 7968990.

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

Color convert

RGB222152121-
CMYK00.320.450.13
HSL18.42º60.48%67.25%-
HSV(B)18.42º45.5%87.06%-
XYZ44.839.3723.33-
YUV169.4100.69165.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.85%
GREEN value IS 152 (59.77% from 255) = 30.71%
BLUE value IS 121 (47.66% from 255) = 24.44%
R=44.85%
G=30.71%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215212100.320.450.1318.4260.4867.25
HexDE98790202DD123c43
Octal33623017104055152274103
Binary1101111010011000111100101000001011011101100101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9879; }

 p { color: rgb(222,152,121); }

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

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

 a { background-color: rgb(222,152,121); }

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

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

 span { border-color: rgb(222,152,121); }

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