#DD937E

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

Shades of Dark Salmon #DD937E

Tints of Dark Salmon #DD937E

Color information

#DD937E (or 0xDD937E) is unknown color: approx Dark Salmon. HEX triplet: DD, 93 and 7E. RGB value is (221,147,126). Sum of RGB (Red+Green+Blue) = 221+147+126=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD937E is #226C81. Grayscale: #A6A6A6. Windows color (decimal): -2256002 or 8295389. OLE color: 8295389.

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

Color convert

RGB221147126-
CMYK00.330.430.13
HSL13.26º58.28%68.04%-
HSV(B)13.26º42.99%86.67%-
XYZ44.0237.7524.7-
YUV166.73105.02166.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 147 (57.81% from 255) = 29.76%
BLUE value IS 126 (49.61% from 255) = 25.51%
R=44.74%
G=29.76%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114712600.330.430.1313.2658.2868.04
HexDD937E0212BDd3a44
Octal33522317604153151572104
Binary110111011001001111111100100001101011110111011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD937E; }

 p { color: rgb(221,147,126); }

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

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

 a { background-color: rgb(221,147,126); }

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

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

 span { border-color: rgb(221,147,126); }

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