#DD9079

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

Shades of Dark Salmon #DD9079

Tints of Dark Salmon #DD9079

Color information

#DD9079 (or 0xDD9079) is unknown color: approx Dark Salmon. HEX triplet: DD, 90 and 79. RGB value is (221,144,121). Sum of RGB (Red+Green+Blue) = 221+144+121=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9079 is #226F86. Grayscale: #A4A4A4. Windows color (decimal): -2256775 or 7966941. OLE color: 7966941.

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

Color convert

RGB221144121-
CMYK00.350.450.13
HSL13.8º59.52%67.06%-
HSV(B)13.8º45.25%86.67%-
XYZ43.2436.722.89-
YUV164.4103.51168.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 144 (56.64% from 255) = 29.63%
BLUE value IS 121 (47.66% from 255) = 24.90%
R=45.47%
G=29.63%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114412100.350.450.1313.859.5267.06
HexDD90790232DDe3c43
Octal33522017104355151674103
Binary110111011001000011110010100011101101110111101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9079; }

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

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

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

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

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

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

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

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