#DD9880

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

Shades of Dark Salmon #DD9880

Tints of Dark Salmon #DD9880

Color information

#DD9880 (or 0xDD9880) is unknown color: approx Dark Salmon. HEX triplet: DD, 98 and 80. RGB value is (221,152,128). Sum of RGB (Red+Green+Blue) = 221+152+128=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9880 is #22677F. Grayscale: #AAAAAA. Windows color (decimal): -2254720 or 8427741. OLE color: 8427741.

HSL color Cylindrical-coordinate representation of color #DD9880: hue angle of 15.48º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD9880 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221152128-
CMYK00.310.420.13
HSL15.48º57.76%68.43%-
HSV(B)15.48º42.08%86.67%-
XYZ44.9439.3925.66-
YUV169.9104.36164.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 128 (50.39% from 255) = 25.55%
R=44.11%
G=30.34%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115212800.310.420.1315.4857.7668.43
HexDD988001F2ADf3a44
Octal33523020003752151772104
Binary110111011001100010000000011111101010110111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9880; }

 p { color: rgb(221,152,128); }

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

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

 a { background-color: rgb(221,152,128); }

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

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

 span { border-color: rgb(221,152,128); }

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