#DC543D

Color #DC543D Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #DC543D

Tints of Dark Coral #DC543D

Color information

#DC543D (or 0xDC543D) is unknown color: approx Dark Coral. HEX triplet: DC, 54 and 3D. RGB value is (220,84,61). Sum of RGB (Red+Green+Blue) = 220+84+61=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC543D is #23ABC2. Grayscale: #7A7A7A. Windows color (decimal): -2337731 or 4019420. OLE color: 4019420.

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

Color convert

RGB2208461-
CMYK00.620.720.14
HSL8.68º69.43%55.1%-
HSV(B)8.68º72.27%86.27%-
XYZ33.5321.896.87-
YUV122.0493.56197.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.27%
GREEN value IS 84 (33.20% from 255) = 23.01%
BLUE value IS 61 (24.22% from 255) = 16.71%
R=60.27%
G=23.01%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220846100.620.720.148.6869.4355.1
HexDC543D03E48E94537
Octal33412475076110161110567
Binary11011100101010011110101111101001000111010011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC543D; }

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

 H1.HeaderClassName
 {
   color: #DC543D;
 }
 .AnyTagClassName
 {
   color: #DC543D;
 }
</style>
background-color css

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

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

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

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

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

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