#DF9575

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

Shades of Dark Salmon #DF9575

Tints of Dark Salmon #DF9575

Color information

#DF9575 (or 0xDF9575) is unknown color: approx Dark Salmon. HEX triplet: DF, 95 and 75. RGB value is (223,149,117). Sum of RGB (Red+Green+Blue) = 223+149+117=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9575 is #206A8A. Grayscale: #A7A7A7. Windows color (decimal): -2124427 or 7706079. OLE color: 7706079.

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

Color convert

RGB223149117-
CMYK00.330.480.13
HSL18.11º62.35%66.67%-
HSV(B)18.11º47.53%87.45%-
XYZ44.3938.4721.91-
YUV167.4899.52167.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.60%
GREEN value IS 149 (58.59% from 255) = 30.47%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=45.60%
G=30.47%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314911700.330.480.1318.1162.3566.67
HexDF957502130D123e43
Octal33722516504160152276103
Binary1101111110010101111010101000011100001101100101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9575; }

 p { color: rgb(223,149,117); }

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

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

 a { background-color: rgb(223,149,117); }

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

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

 span { border-color: rgb(223,149,117); }

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