#DD997F

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

Shades of Dark Salmon #DD997F

Tints of Dark Salmon #DD997F

Color information

#DD997F (or 0xDD997F) is unknown color: approx Dark Salmon. HEX triplet: DD, 99 and 7F. RGB value is (221,153,127). Sum of RGB (Red+Green+Blue) = 221+153+127=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD997F is #226680. Grayscale: #AAAAAA. Windows color (decimal): -2254465 or 8362461. OLE color: 8362461.

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

Color convert

RGB221153127-
CMYK00.310.430.13
HSL16.6º58.02%68.24%-
HSV(B)16.6º42.53%86.67%-
XYZ45.0439.6925.37-
YUV170.37103.53164.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 127 (50% from 255) = 25.35%
R=44.11%
G=30.54%
B=25.35%

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
Decimal22115312700.310.430.1316.658.0268.24
HexDD997F01F2BD113a44
Octal33523117703753152172104
Binary110111011001100111111110111111010111101100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD997F; }

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

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

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

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

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

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

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

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