#DC9A7F

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

Shades of Dark Salmon #DC9A7F

Tints of Dark Salmon #DC9A7F

Color information

#DC9A7F (or 0xDC9A7F) is unknown color: approx Dark Salmon. HEX triplet: DC, 9A and 7F. RGB value is (220,154,127). Sum of RGB (Red+Green+Blue) = 220+154+127=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A7F is #236580. Grayscale: #AAAAAA. Windows color (decimal): -2319745 or 8362716. OLE color: 8362716.

HSL color Cylindrical-coordinate representation of color #DC9A7F: hue angle of 17.42º 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 #DC9A7F is Cyan = 0, Magento = 0.3, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220154127-
CMYK00.30.420.14
HSL17.42º57.06%68.04%-
HSV(B)17.42º42.27%86.27%-
XYZ44.939.8625.41-
YUV170.66103.37163.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 127 (50% from 255) = 25.35%
R=43.91%
G=30.74%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015412700.30.420.1417.4257.0668.04
HexDC9A7F01E2AE113944
Octal33423217703652162171104
Binary110111001001101011111110111101010101110100011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9A7F; }

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

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

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

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

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

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

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

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