Html Css Color HEX #DC563E Dark Coral

📋 copy color: '#DC563E'

red 220 ◦ green 86 ◦ blue 62

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

Shades of Dark Coral #DC563E

Tints of Dark Coral #DC563E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.37%

 BLUE value IS 62 (24.61% from 255) = 16.85%

R = 59.78%
G = 23.37%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC563E (or 0xDC563E) is known color: Dark Coral. HEX triplet: DC, 56 and 3E. RGB value is (220,86,62). Sum of RGB (Red+Green+Blue) = 220+86+62=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC563E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC563E is #23A9C1. Grayscale: #7B7B7B. Windows color (decimal): -2337218 or 4085468. OLE color: 4085468.

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

Color convert

RGB 220 86 62 -
CMYK 0 0.61 0.72 0.14
HSL 9.11º 0.69% 0.55% -
HSV(B) 9.11º 0.72% 0.86% -
XYZ 33.71 22.22 7.07 -
YUV 123.33 93.39 196.95 -
System Red Green Blue C M Y K H S L
Decimal 220 86 62 0 0.61 0.72 0.14 9.11 0.69 0.55
Hex DC 56 3E 0 3D 48 E 9 45 37
Octal 334 126 76 0 75 110 16 11 105 67
Binary 11011100 1010110 111110 0 111101 1001000 1110 1001 1000101 110111

Color Harmonies of #DC563E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC563E

Black with #DC563E

Text Example


Text Example

White with #DC563E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC563E; }

 p { color: rgb(220,86,62); }

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

background-color css

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

 a { background-color: rgb(220,86,62); }

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

border-color css

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

 span { border-color: rgb(220,86,62); }

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