Html Css Color HEX #DC977B Dark Salmon

📋 copy color: '#DC977B'

red 220 ◦ green 151 ◦ blue 123

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

Shades of Dark Salmon #DC977B

Tints of Dark Salmon #DC977B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.9%

R = 44.53%
G = 30.57%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC977B (or 0xDC977B) is known color: Dark Salmon. HEX triplet: DC, 97 and 7B. RGB value is (220,151,123). Sum of RGB (Red+Green+Blue) = 220+151+123=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC977B is #236884. Grayscale: #A8A8A8. Windows color (decimal): -2320517 or 8099804. OLE color: 8099804.

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

Color convert

RGB 220 151 123 -
CMYK 0 0.31 0.44 0.14
HSL 17.32º 0.58% 0.67% -
HSV(B) 17.32º 0.44% 0.86% -
XYZ 44.16 38.78 23.9 -
YUV 168.44 102.36 164.78 -
System Red Green Blue C M Y K H S L
Decimal 220 151 123 0 0.31 0.44 0.14 17.32 0.58 0.67
Hex DC 97 7B 0 1F 2C E 11 3A 43
Octal 334 227 173 0 37 54 16 21 72 103
Binary 11011100 10010111 1111011 0 11111 101100 1110 10001 111010 1000011

Color Harmonies of #DC977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC977B

Black with #DC977B

Text Example


Text Example

White with #DC977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC977B; }

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

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

background-color css

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

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

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

border-color css

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

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

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