Color Hex Logo

#dc740b Color Hex

#DC740B
(220,116,11)
0 Favorites   0 Comments

Color spaces of #dc740b

RGB 22011611
HSL0.080.900.45
HSV30°95°86°
CMYK 0.000.470.95   0.14
XYZ35.821027.73063.7812
Yxy27.73060.53200.4118
Hunter Lab52.659929.267032.6046
CIE-Lab59.644635.108765.1708

#dc740b color RGB value is (220,116,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110100 00001011
Octal 334 164 13
Decimal 220 116 11
Hex DC 74 B

RGB Percentages of Color #dc740b

%63.40
%33.43
%3.17

CMYK Percentages of Color #dc740b

%0
%47
%95
%14

Triadic Colors of #dc740b

#dc740b #0bdc74 #740bdc

Analogous Colors of #dc740b

#dc740b #dcdc0b #dc0b0b

Monochromatic Colors of #dc740b

#dc740b

Complementary Color

#dc740b #0b73dc

#dc740b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc740b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc740b Color CSS Codes

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

#dc740b Text Font Color

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

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


#dc740b Background Color

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

This div background color is #dc740b


#dc740b Border Color

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

This div border color is #dc740b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc740b


Comments

No comments written yet.

Please login to write comment.