#DF9380

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

Shades of Dark Salmon #DF9380

Tints of Dark Salmon #DF9380

Color information

#DF9380 (or 0xDF9380) is unknown color: approx Dark Salmon. HEX triplet: DF, 93 and 80. RGB value is (223,147,128). Sum of RGB (Red+Green+Blue) = 223+147+128=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9380 is #206C7F. Grayscale: #A7A7A7. Windows color (decimal): -2124928 or 8426463. OLE color: 8426463.

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

Color convert

RGB223147128-
CMYK00.340.430.13
HSL12º59.75%68.82%-
HSV(B)12º42.6%87.45%-
XYZ44.7638.1125.42-
YUV167.56105.68167.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 147 (57.81% from 255) = 29.52%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=44.78%
G=29.52%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314712800.340.430.131259.7568.82
HexDF93800222BDc3c45
Octal33722320004253151474105
Binary1101111110010011100000000100010101011110111001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9380; }

 p { color: rgb(223,147,128); }

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

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

 a { background-color: rgb(223,147,128); }

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

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

 span { border-color: rgb(223,147,128); }

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