Html Css Color HEX #DC977D Dark Salmon

📋 copy color: '#DC977D'

red 220 ◦ green 151 ◦ blue 125

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

Shades of Dark Salmon #DC977D

Tints of Dark Salmon #DC977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.44%

 BLUE value IS 125 (49.22% from 255) = 25.2%

R = 44.35%
G = 30.44%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC977D (or 0xDC977D) is known color: Dark Salmon. HEX triplet: DC, 97 and 7D. RGB value is (220,151,125). Sum of RGB (Red+Green+Blue) = 220+151+125=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC977D is #236882. Grayscale: #A8A8A8. Windows color (decimal): -2320515 or 8230876. OLE color: 8230876.

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

Color convert

RGB 220 151 125 -
CMYK 0 0.31 0.43 0.14
HSL 16.42º 0.58% 0.68% -
HSV(B) 16.42º 0.43% 0.86% -
XYZ 44.28 38.83 24.56 -
YUV 168.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 220 151 125 0 0.31 0.43 0.14 16.42 0.58 0.68
Hex DC 97 7D 0 1F 2B E 10 3A 44
Octal 334 227 175 0 37 53 16 20 72 104
Binary 11011100 10010111 1111101 0 11111 101011 1110 10000 111010 1000100

Color Harmonies of #DC977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC977D

Black with #DC977D

Text Example


Text Example

White with #DC977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC977D; }

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

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

background-color css

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

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

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

border-color css

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

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

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