#DD997D

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

Shades of Dark Salmon #DD997D

Tints of Dark Salmon #DD997D

Color information

#DD997D (or 0xDD997D) is unknown color: approx Dark Salmon. HEX triplet: DD, 99 and 7D. RGB value is (221,153,125). Sum of RGB (Red+Green+Blue) = 221+153+125=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD997D is #226682. Grayscale: #AAAAAA. Windows color (decimal): -2254467 or 8231389. OLE color: 8231389.

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

Color convert

RGB221153125-
CMYK00.310.430.13
HSL17.5º58.54%67.84%-
HSV(B)17.5º43.44%86.67%-
XYZ44.9139.6424.69-
YUV170.14102.53164.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.29%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 125 (49.22% from 255) = 25.05%
R=44.29%
G=30.66%
B=25.05%

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
Decimal22115312500.310.430.1317.558.5467.84
HexDD997D01F2BD123b44
Octal33523117503753152273104
Binary110111011001100111111010111111010111101100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD997D; }

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

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

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

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

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

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

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

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