#DD9581

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

Shades of Dark Salmon #DD9581

Tints of Dark Salmon #DD9581

Color information

#DD9581 (or 0xDD9581) is unknown color: approx Dark Salmon. HEX triplet: DD, 95 and 81. RGB value is (221,149,129). Sum of RGB (Red+Green+Blue) = 221+149+129=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9581 is #226A7E. Grayscale: #A8A8A8. Windows color (decimal): -2255487 or 8492509. OLE color: 8492509.

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

Color convert

RGB221149129-
CMYK00.330.420.13
HSL13.04º57.5%68.63%-
HSV(B)13.04º41.63%86.67%-
XYZ44.5338.4525.84-
YUV168.25105.85165.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.29%
GREEN value IS 149 (58.59% from 255) = 29.86%
BLUE value IS 129 (50.78% from 255) = 25.85%
R=44.29%
G=29.86%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114912900.330.420.1313.0457.568.63
HexDD95810212ADd3a45
Octal33522520104152151572105
Binary1101110110010101100000010100001101010110111011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9581; }

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

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

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

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

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

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

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

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