#DF9173

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

Shades of Dark Salmon #DF9173

Tints of Dark Salmon #DF9173

Color information

#DF9173 (or 0xDF9173) is unknown color: approx Dark Salmon. HEX triplet: DF, 91 and 73. RGB value is (223,145,115). Sum of RGB (Red+Green+Blue) = 223+145+115=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9173 is #206E8C. Grayscale: #A5A5A5. Windows color (decimal): -2125453 or 7573983. OLE color: 7573983.

HSL color Cylindrical-coordinate representation of color #DF9173: hue angle of 16.67º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF9173 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB223145115-
CMYK00.350.480.13
HSL16.67º62.79%66.27%-
HSV(B)16.67º48.43%87.45%-
XYZ43.6537.1821.09-
YUV164.999.84169.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.17%
GREEN value IS 145 (57.03% from 255) = 30.02%
BLUE value IS 115 (45.31% from 255) = 23.81%
R=46.17%
G=30.02%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314511500.350.480.1316.6762.7966.27
HexDF917302330D113f42
Octal33722116304360152177102
Binary1101111110010001111001101000111100001101100011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9173; }

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

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

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

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

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

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

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

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