Html Css Color HEX #DC957F Dark Salmon

📋 copy color: '#DC957F'

red 220 ◦ green 149 ◦ blue 127

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

Shades of Dark Salmon #DC957F

Tints of Dark Salmon #DC957F

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.6%

R = 44.35%
G = 30.04%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC957F (or 0xDC957F) is known color: 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

RGB 220 149 127 -
CMYK 0 0.32 0.42 0.14
HSL 14.19º 0.57% 0.68% -
HSV(B) 14.19º 0.42% 0.86% -
XYZ 44.09 38.24 25.14 -
YUV 167.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 220 149 127 0 0.32 0.42 0.14 14.19 0.57 0.68
Hex DC 95 7F 0 20 2A E E 39 44
Octal 334 225 177 0 40 52 16 16 71 104
Binary 11011100 10010101 1111111 0 100000 101010 1110 1110 111001 1000100

Color Harmonies of #DC957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC957F

Black with #DC957F

Text Example


Text Example

White with #DC957F

Text Example


Text Example

HTML Codes & Css Web 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>