#DC957F

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

Shades of Dark Salmon #DC957F

Tints of Dark Salmon #DC957F

Color information

#DC957F (or 0xDC957F) is unknown color: approx Dark Salmon. HEX triplet: DC, 95 and 7F. RGB value is (220,149,127). Sum of RGB (Red+Green+Blue) = 220+149+127=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC957F is #236A80. Grayscale: #A7A7A7. Windows color (decimal): -2321025 or 8361436. OLE color: 8361436.

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

Color convert

RGB220149127-
CMYK00.320.420.14
HSL14.19º57.06%68.04%-
HSV(B)14.19º42.27%86.27%-
XYZ44.0938.2425.14-
YUV167.72105.02165.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.35%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 127 (50% from 255) = 25.60%
R=44.35%
G=30.04%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014912700.320.420.1414.1957.0668.04
HexDC957F0202AEe3944
Octal33422517704052161671104
Binary110111001001010111111110100000101010111011101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC957F; }

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

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

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

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

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

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

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

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