Html Css Color HEX #DC5940 Dark Coral

📋 copy color: '#DC5940'

red 220 ◦ green 89 ◦ blue 64

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

Shades of Dark Coral #DC5940

Tints of Dark Coral #DC5940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.86%

 BLUE value IS 64 (25.39% from 255) = 17.16%

R = 58.98%
G = 23.86%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC5940 (or 0xDC5940) is known color: Dark Coral. HEX triplet: DC, 59 and 40. RGB value is (220,89,64). Sum of RGB (Red+Green+Blue) = 220+89+64=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5940 is #23A6BF. Grayscale: #7D7D7D. Windows color (decimal): -2336448 or 4217308. OLE color: 4217308.

HSL color Cylindrical-coordinate representation of color #DC5940: hue angle of 9.62º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC5940 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 64 -
CMYK 0 0.60 0.71 0.14
HSL 9.62º 0.69% 0.56% -
HSV(B) 9.62º 0.71% 0.86% -
XYZ 34.01 22.73 7.45 -
YUV 125.32 93.4 195.53 -
System Red Green Blue C M Y K H S L
Decimal 220 89 64 0 0.60 0.71 0.14 9.62 0.69 0.56
Hex DC 59 40 0 3C 47 E A 45 38
Octal 334 131 100 0 74 107 16 12 105 70
Binary 11011100 1011001 1000000 0 111100 1000111 1110 1010 1000101 111000

Color Harmonies of #DC5940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5940

Black with #DC5940

Text Example


Text Example

White with #DC5940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5940; }

 p { color: rgb(220,89,64); }

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

background-color css

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

 a { background-color: rgb(220,89,64); }

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

border-color css

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

 span { border-color: rgb(220,89,64); }

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