Html Css Color HEX #DC5A40 Dark Coral

📋 copy color: '#DC5A40'

red 220 ◦ green 90 ◦ blue 64

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

Shades of Dark Coral #DC5A40

Tints of Dark Coral #DC5A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.06%

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

R = 58.82%
G = 24.06%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC5A40 (or 0xDC5A40) is known color: Dark Coral. HEX triplet: DC, 5A and 40. RGB value is (220,90,64). Sum of RGB (Red+Green+Blue) = 220+90+64=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A40 is #23A5BF. Grayscale: #7E7E7E. Windows color (decimal): -2336192 or 4217564. OLE color: 4217564.

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

Color convert

RGB 220 90 64 -
CMYK 0 0.59 0.71 0.14
HSL 10º 0.69% 0.56% -
HSV(B) 10º 0.71% 0.86% -
XYZ 34.1 22.9 7.47 -
YUV 125.91 93.07 195.11 -
System Red Green Blue C M Y K H S L
Decimal 220 90 64 0 0.59 0.71 0.14 10 0.69 0.56
Hex DC 5A 40 0 3B 47 E A 45 38
Octal 334 132 100 0 73 107 16 12 105 70
Binary 11011100 1011010 1000000 0 111011 1000111 1110 1010 1000101 111000

Color Harmonies of #DC5A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A40

Black with #DC5A40

Text Example


Text Example

White with #DC5A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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