#DF9A7D

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

Shades of Dark Salmon #DF9A7D

Tints of Dark Salmon #DF9A7D

Color information

#DF9A7D (or 0xDF9A7D) is unknown color: approx Dark Salmon. HEX triplet: DF, 9A and 7D. RGB value is (223,154,125). Sum of RGB (Red+Green+Blue) = 223+154+125=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A7D is #206582. Grayscale: #ABABAB. Windows color (decimal): -2123139 or 8231647. OLE color: 8231647.

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

Color convert

RGB223154125-
CMYK00.310.440.13
HSL17.76º60.49%68.24%-
HSV(B)17.76º43.95%87.45%-
XYZ45.6940.2824.77-
YUV171.32101.86164.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.42%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 125 (49.22% from 255) = 24.90%
R=44.42%
G=30.68%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315412500.310.440.1317.7660.4968.24
HexDF9A7D01F2CD123c44
Octal33723217503754152274104
Binary110111111001101011111010111111011001101100101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9A7D; }

 p { color: rgb(223,154,125); }

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

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

 a { background-color: rgb(223,154,125); }

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

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

 span { border-color: rgb(223,154,125); }

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