#DD9279

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

Shades of Dark Salmon #DD9279

Tints of Dark Salmon #DD9279

Color information

#DD9279 (or 0xDD9279) is unknown color: approx Dark Salmon. HEX triplet: DD, 92 and 79. RGB value is (221,146,121). Sum of RGB (Red+Green+Blue) = 221+146+121=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9279 is #226D86. Grayscale: #A5A5A5. Windows color (decimal): -2256263 or 7967453. OLE color: 7967453.

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

Color convert

RGB221146121-
CMYK00.340.450.13
HSL15º59.52%67.06%-
HSV(B)15º45.25%86.67%-
XYZ43.5537.3123-
YUV165.58102.85167.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.29%
GREEN value IS 146 (57.42% from 255) = 29.92%
BLUE value IS 121 (47.66% from 255) = 24.80%
R=45.29%
G=29.92%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114612100.340.450.131559.5267.06
HexDD92790222DDf3c43
Octal33522217104255151774103
Binary110111011001001011110010100010101101110111111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9279; }

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

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

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

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

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

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

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

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