Html Css Color HEX #DC947C Dark Salmon

📋 copy color: '#DC947C'

red 220 ◦ green 148 ◦ blue 124

#DC947C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #DC947C

Tints of Dark Salmon #DC947C

RGB

 RED value IS 220 (86.33% from 255) = 44.72%

 GREEN value IS 148 (58.2% from 255) = 30.08%

 BLUE value IS 124 (48.83% from 255) = 25.2%

R = 44.72%
G = 30.08%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC947C (or 0xDC947C) is known color: Dark Salmon. HEX triplet: DC, 94 and 7C. RGB value is (220,148,124). Sum of RGB (Red+Green+Blue) = 220+148+124=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC947C is #236B83. Grayscale: #A6A6A6. Windows color (decimal): -2321284 or 8164572. OLE color: 8164572.

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

Color convert

RGB 220 148 124 -
CMYK 0 0.33 0.44 0.14
HSL 15º 0.58% 0.67% -
HSV(B) 15º 0.44% 0.86% -
XYZ 43.74 37.85 24.07 -
YUV 166.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 220 148 124 0 0.33 0.44 0.14 15 0.58 0.67
Hex DC 94 7C 0 21 2C E F 3A 43
Octal 334 224 174 0 41 54 16 17 72 103
Binary 11011100 10010100 1111100 0 100001 101100 1110 1111 111010 1000011

Color Harmonies of #DC947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC947C

Black with #DC947C

Text Example


Text Example

White with #DC947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC947C; }

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

 H1.HeaderClassName
 {
   color: #DC947C;
 }
 .AnyTagClassName
 {
   color: #DC947C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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