#DD9780

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

Shades of Dark Salmon #DD9780

Tints of Dark Salmon #DD9780

Color information

#DD9780 (or 0xDD9780) is unknown color: approx Dark Salmon. HEX triplet: DD, 97 and 80. RGB value is (221,151,128). Sum of RGB (Red+Green+Blue) = 221+151+128=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9780 is #22687F. Grayscale: #A9A9A9. Windows color (decimal): -2254976 or 8427485. OLE color: 8427485.

HSL color Cylindrical-coordinate representation of color #DD9780: hue angle of 14.84º 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 #DD9780 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221151128-
CMYK00.320.420.13
HSL14.84º57.76%68.43%-
HSV(B)14.84º42.08%86.67%-
XYZ44.7839.0625.6-
YUV169.31104.69164.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 151 (59.38% from 255) = 30.2%
BLUE value IS 128 (50.39% from 255) = 25.6%
R=44.2%
G=30.2%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115112800.320.420.1314.8457.7668.43
HexDD97800202ADf3a44
Octal33522720004052151772104
Binary1101110110010111100000000100000101010110111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9780; }

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

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

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

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

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

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

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

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