#DC957D

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

Shades of Dark Salmon #DC957D

Tints of Dark Salmon #DC957D

Color information

#DC957D (or 0xDC957D) is unknown color: approx Dark Salmon. HEX triplet: DC, 95 and 7D. RGB value is (220,149,125). Sum of RGB (Red+Green+Blue) = 220+149+125=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC957D is #236A82. Grayscale: #A7A7A7. Windows color (decimal): -2321027 or 8230364. OLE color: 8230364.

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

Color convert

RGB220149125-
CMYK00.320.430.14
HSL15.16º57.58%67.65%-
HSV(B)15.16º43.18%86.27%-
XYZ43.9638.1924.46-
YUV167.49104.02165.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.53%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 125 (49.22% from 255) = 25.30%
R=44.53%
G=30.16%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014912500.320.430.1415.1657.5867.65
HexDC957D0202BEf3a44
Octal33422517504053161772104
Binary110111001001010111111010100000101011111011111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC957D; }

 p { color: rgb(220,149,125); }

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

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

 a { background-color: rgb(220,149,125); }

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

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

 span { border-color: rgb(220,149,125); }

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