Color Hex Logo

#dc743b Color Hex

#DC743B
(220,116,59)
0 Favorites   0 Comments

Color spaces of #dc743b

RGB 22011659
HSL0.060.700.55
HSV21°73°86°
CMYK 0.000.470.73   0.14
XYZ36.550028.02227.6201
Yxy28.02220.50630.3882
Hunter Lab52.936030.608528.5204
CIE-Lab59.908836.403448.4577

#dc743b color RGB value is (220,116,59).

#dc743b hex color red value is 220, green value is 116 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dc743b hue: 0.06 , saturation: 0.70 and the lightness value of dc743b is 0.55.

The process color (four color CMYK) of #dc743b color hex is 0.00, 0.47, 0.73, 0.14. Web safe color of #dc743b is #cc6633. Color #dc743b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110100 00111011
Octal 334 164 73
Decimal 220 116 59
Hex DC 74 3B

RGB Percentages of Color #dc743b

%55.70
%29.37
%14.94

CMYK Percentages of Color #dc743b

%0
%47
%73
%14

Triadic Colors of #dc743b

#dc743b #3bdc74 #743bdc

Analogous Colors of #dc743b

#dc743b #dcc53b #dc3b52

Monochromatic Colors of #dc743b

#dc743b

Complementary Color

#dc743b #3ba3dc

#dc743b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc743b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc743b Color CSS Codes

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

#dc743b Text Font Color

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

This sample text font color is #dc743b
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.


#dc743b Background Color

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

This div background color is #dc743b


#dc743b Border Color

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

This div border color is #dc743b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc743b


Comments

No comments written yet.

Please login to write comment.