Html Css Color HEX #DC9780 Dark Salmon

📋 copy color: '#DC9780'

red 220 ◦ green 151 ◦ blue 128

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

Shades of Dark Salmon #DC9780

Tints of Dark Salmon #DC9780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.65%

R = 44.09%
G = 30.26%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC9780 (or 0xDC9780) is known color: Dark Salmon. HEX triplet: DC, 97 and 80. RGB value is (220,151,128). Sum of RGB (Red+Green+Blue) = 220+151+128=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9780 is #23687F. Grayscale: #A9A9A9. Windows color (decimal): -2320512 or 8427484. OLE color: 8427484.

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

Color convert

RGB 220 151 128 -
CMYK 0 0.31 0.42 0.14
HSL 15º 0.57% 0.68% -
HSV(B) 15º 0.42% 0.86% -
XYZ 44.48 38.91 25.59 -
YUV 169.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 220 151 128 0 0.31 0.42 0.14 15 0.57 0.68
Hex DC 97 80 0 1F 2A E F 39 44
Octal 334 227 200 0 37 52 16 17 71 104
Binary 11011100 10010111 10000000 0 11111 101010 1110 1111 111001 1000100

Color Harmonies of #DC9780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9780

Black with #DC9780

Text Example


Text Example

White with #DC9780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9780; }

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

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

background-color css

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

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

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

border-color css

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

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

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