#DF9879

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

Shades of Dark Salmon #DF9879

Tints of Dark Salmon #DF9879

Color information

#DF9879 (or 0xDF9879) is unknown color: approx Dark Salmon. HEX triplet: DF, 98 and 79. RGB value is (223,152,121). Sum of RGB (Red+Green+Blue) = 223+152+121=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9879 is #206786. Grayscale: #A9A9A9. Windows color (decimal): -2123655 or 7968991. OLE color: 7968991.

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

Color convert

RGB223152121-
CMYK00.320.460.13
HSL18.24º61.45%67.45%-
HSV(B)18.24º45.74%87.45%-
XYZ45.1139.5223.34-
YUV169.7100.52166.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.96%
GREEN value IS 152 (59.77% from 255) = 30.65%
BLUE value IS 121 (47.66% from 255) = 24.40%
R=44.96%
G=30.65%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315212100.320.460.1318.2461.4567.45
HexDF98790202ED123d43
Octal33723017104056152275103
Binary1101111110011000111100101000001011101101100101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9879; }

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

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

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

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

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

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

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

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