Color Hex Logo

#dc710b Color Hex

#DC710B
(220,113,11)
0 Favorites   0 Comments

Color spaces of #dc710b

RGB 22011311
HSL0.080.900.45
HSV29°95°86°
CMYK 0.000.490.95   0.14
XYZ35.480727.05013.6678
Yxy27.05010.53600.4086
Hunter Lab52.009730.754632.2256
CIE-Lab59.020736.650664.7540

#dc710b color RGB value is (220,113,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110001 00001011
Octal 334 161 13
Decimal 220 113 11
Hex DC 71 B

RGB Percentages of Color #dc710b

%63.95
%32.85
%3.20

CMYK Percentages of Color #dc710b

%0
%49
%95
%14

Triadic Colors of #dc710b

#dc710b #0bdc71 #710bdc

Analogous Colors of #dc710b

#dc710b #dcda0b #dc0b0d

Monochromatic Colors of #dc710b

#dc710b

Complementary Color

#dc710b #0b76dc

#dc710b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc710b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc710b Color CSS Codes

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

#dc710b Text Font Color

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

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


#dc710b Background Color

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

This div background color is #dc710b


#dc710b Border Color

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

This div border color is #dc710b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,113,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 #dc710b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc710b


Comments

No comments written yet.

Please login to write comment.