#DF917D

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

Shades of Dark Salmon #DF917D

Tints of Dark Salmon #DF917D

Color information

#DF917D (or 0xDF917D) is unknown color: approx Dark Salmon. HEX triplet: DF, 91 and 7D. RGB value is (223,145,125). Sum of RGB (Red+Green+Blue) = 223+145+125=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF917D is #206E82. Grayscale: #A6A6A6. Windows color (decimal): -2125443 or 8229343. OLE color: 8229343.

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

Color convert

RGB223145125-
CMYK00.350.440.13
HSL12.24º60.49%68.24%-
HSV(B)12.24º43.95%87.45%-
XYZ44.2637.4224.29-
YUV166.04104.84168.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.23%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=45.23%
G=29.41%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314512500.350.440.1312.2460.4968.24
HexDF917D0232CDc3c44
Octal33722117504354151474104
Binary110111111001000111111010100011101100110111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF917D; }

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

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

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

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

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

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

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

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