#DD9579

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

Shades of Dark Salmon #DD9579

Tints of Dark Salmon #DD9579

Color information

#DD9579 (or 0xDD9579) is unknown color: approx Dark Salmon. HEX triplet: DD, 95 and 79. RGB value is (221,149,121). Sum of RGB (Red+Green+Blue) = 221+149+121=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9579 is #226A86. Grayscale: #A7A7A7. Windows color (decimal): -2255495 or 7968221. OLE color: 7968221.

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

Color convert

RGB221149121-
CMYK00.330.450.13
HSL16.8º59.52%67.06%-
HSV(B)16.8º45.25%86.67%-
XYZ44.0238.2523.15-
YUV167.34101.85166.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 121 (47.66% from 255) = 24.64%
R=45.01%
G=30.35%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114912100.330.450.1316.859.5267.06
HexDD95790212DD113c43
Octal33522517104155152174103
Binary1101110110010101111100101000011011011101100011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9579; }

 p { color: rgb(221,149,121); }

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

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

 a { background-color: rgb(221,149,121); }

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

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

 span { border-color: rgb(221,149,121); }

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