#DC947D

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

Shades of Dark Salmon #DC947D

Tints of Dark Salmon #DC947D

Color information

#DC947D (or 0xDC947D) is unknown color: approx Dark Salmon. HEX triplet: DC, 94 and 7D. RGB value is (220,148,125). Sum of RGB (Red+Green+Blue) = 220+148+125=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC947D is #236B82. Grayscale: #A7A7A7. Windows color (decimal): -2321283 or 8230108. OLE color: 8230108.

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

Color convert

RGB220148125-
CMYK00.330.430.14
HSL14.53º57.58%67.65%-
HSV(B)14.53º43.18%86.27%-
XYZ43.8137.8824.4-
YUV166.91104.35165.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.62%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=44.62%
G=30.02%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014812500.330.430.1414.5357.5867.65
HexDC947D0212BEf3a44
Octal33422417504153161772104
Binary110111001001010011111010100001101011111011111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC947D; }

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

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

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

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

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

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

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

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