Color Hex Logo

#dc543f Color Hex

#DC543F
(220,84,63)
0 Favorites   0 Comments

Color spaces of #dc543f

RGB 2208463
HSL0.020.690.55
HSV71°86°
CMYK 0.000.620.71   0.14
XYZ33.582721.91527.1627
Yxy21.91520.53590.3497
Hunter Lab46.813746.126523.6979
CIE-Lab53.936952.025839.8446

#dc543f color RGB value is (220,84,63).

#dc543f hex color red value is 220, green value is 84 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dc543f hue: 0.02 , saturation: 0.69 and the lightness value of dc543f is 0.55.

The process color (four color CMYK) of #dc543f color hex is 0.00, 0.62, 0.71, 0.14. Web safe color of #dc543f is #cc6633. Color #dc543f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010100 00111111
Octal 334 124 77
Decimal 220 84 63
Hex DC 54 3F

RGB Percentages of Color #dc543f

%59.95
%22.89
%17.17

CMYK Percentages of Color #dc543f

%0
%62
%71
%14

Triadic Colors of #dc543f

#dc543f #3fdc54 #543fdc

Analogous Colors of #dc543f

#dc543f #dca33f #dc3f79

Monochromatic Colors of #dc543f

#dc543f

Complementary Color

#dc543f #3fc7dc

#dc543f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc543f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc543f Color CSS Codes

.mybgcolor {background-color:#dc543f; } 
.myforecolor {color:#dc543f; }
.mybordercolor {border:3px solid #dc543f; }

#dc543f Text Font Color

<p style="color:#dc543f">Text here</p>

This sample text font color is #dc543f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dc543f Background Color

<div style="background-color:#dc543f">
Div content here</div>

This div background color is #dc543f


#dc543f Border Color

<div style="border:3px solid #dc543f">
Div here</div>

This div border color is #dc543f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,84,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc543f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc543f;
  -webkit-box-shadow: 1px 1px 3px 2px #dc543f;
  box-shadow:         1px 1px 3px 2px #dc543f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,84,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dc543f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dc543f;
  -webkit-box-shadow: 1px 1px 3px 2px #dc543f;
  box-shadow:         1px 1px 3px 2px #dc543f;">
Div content here</div>

This div box has shadow with color #dc543f


Comments

No comments written yet.

Please login to write comment.