#DD997E

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

Shades of Dark Salmon #DD997E

Tints of Dark Salmon #DD997E

Color information

#DD997E (or 0xDD997E) is unknown color: approx Dark Salmon. HEX triplet: DD, 99 and 7E. RGB value is (221,153,126). Sum of RGB (Red+Green+Blue) = 221+153+126=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD997E is #226681. Grayscale: #AAAAAA. Windows color (decimal): -2254466 or 8296925. OLE color: 8296925.

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

Color convert

RGB221153126-
CMYK00.310.430.13
HSL17.05º58.28%68.04%-
HSV(B)17.05º42.99%86.67%-
XYZ44.9839.6625.02-
YUV170.25103.03164.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 126 (49.61% from 255) = 25.2%
R=44.2%
G=30.6%
B=25.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115312600.310.430.1317.0558.2868.04
HexDD997E01F2BD113a44
Octal33523117603753152172104
Binary110111011001100111111100111111010111101100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD997E; }

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

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

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

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

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

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

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

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