Color Hex Logo

#dc740e Color Hex

#DC740E
(220,116,14)
0 Favorites   0 Comments

Color spaces of #dc740e

RGB 22011614
HSL0.080.880.46
HSV30°94°86°
CMYK 0.000.470.94   0.14
XYZ35.839927.73813.8805
Yxy27.73810.53130.4112
Hunter Lab52.667029.302132.4984
CIE-Lab59.651435.142864.6163

#dc740e color RGB value is (220,116,14).

#dc740e hex color red value is 220, green value is 116 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dc740e hue: 0.08 , saturation: 0.88 and the lightness value of dc740e is 0.46.

The process color (four color CMYK) of #dc740e color hex is 0.00, 0.47, 0.94, 0.14. Web safe color of #dc740e is #cc6600. Color #dc740e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110100 00001110
Octal 334 164 16
Decimal 220 116 14
Hex DC 74 E

RGB Percentages of Color #dc740e

%62.86
%33.14
%4.00

CMYK Percentages of Color #dc740e

%0
%47
%94
%14

Triadic Colors of #dc740e

#dc740e #0edc74 #740edc

Analogous Colors of #dc740e

#dc740e #dcdb0e #dc0e0f

Monochromatic Colors of #dc740e

#dc740e

Complementary Color

#dc740e #0e76dc

#dc740e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc740e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc740e Color CSS Codes

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

#dc740e Text Font Color

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

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


#dc740e Background Color

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

This div background color is #dc740e


#dc740e Border Color

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

This div border color is #dc740e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc740e


Comments

No comments written yet.

Please login to write comment.