Html Css Color HEX #DC543F Dark Coral

📋 copy color: '#DC543F'

red 220 ◦ green 84 ◦ blue 63

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

Shades of Dark Coral #DC543F

Tints of Dark Coral #DC543F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.89%

 BLUE value IS 63 (25% from 255) = 17.17%

R = 59.95%
G = 22.89%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC543F (or 0xDC543F) is known color: Dark Coral. HEX triplet: DC, 54 and 3F. RGB value is (220,84,63). Sum of RGB (Red+Green+Blue) = 220+84+63=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC543F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC543F is #23ABC0. Grayscale: #7A7A7A. Windows color (decimal): -2337729 or 4150492. OLE color: 4150492.

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

Color convert

RGB 220 84 63 -
CMYK 0 0.62 0.71 0.14
HSL 8.03º 0.69% 0.55% -
HSV(B) 8.03º 0.71% 0.86% -
XYZ 33.58 21.92 7.16 -
YUV 122.27 94.56 197.71 -
System Red Green Blue C M Y K H S L
Decimal 220 84 63 0 0.62 0.71 0.14 8.03 0.69 0.55
Hex DC 54 3F 0 3E 47 E 8 45 37
Octal 334 124 77 0 76 107 16 10 105 67
Binary 11011100 1010100 111111 0 111110 1000111 1110 1000 1000101 110111

Color Harmonies of #DC543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC543F

Black with #DC543F

Text Example


Text Example

White with #DC543F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC543F; }

 p { color: rgb(220,84,63); }

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

background-color css

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

 a { background-color: rgb(220,84,63); }

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

border-color css

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

 span { border-color: rgb(220,84,63); }

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