Color Hex Logo

#dc6016 Color Hex

#DC6016
(220,96,22)
0 Favorites   0 Comments

Color spaces of #dc6016

RGB 2209622
HSL0.060.820.47
HSV22°90°86°
CMYK 0.000.560.90   0.14
XYZ33.842923.63933.5382
Yxy23.63930.55460.3874
Hunter Lab48.620339.162329.7195
CIE-Lab55.724845.229859.8414

#dc6016 color RGB value is (220,96,22).

#dc6016 hex color red value is 220, green value is 96 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dc6016 hue: 0.06 , saturation: 0.82 and the lightness value of dc6016 is 0.47.

The process color (four color CMYK) of #dc6016 color hex is 0.00, 0.56, 0.90, 0.14. Web safe color of #dc6016 is #cc6600. Color #dc6016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100000 00010110
Octal 334 140 26
Decimal 220 96 22
Hex DC 60 16

RGB Percentages of Color #dc6016

%65.09
%28.40
%6.51

CMYK Percentages of Color #dc6016

%0
%56
%90
%14

Triadic Colors of #dc6016

#dc6016 #16dc60 #6016dc

Analogous Colors of #dc6016

#dc6016 #dcc316 #dc162f

Monochromatic Colors of #dc6016

#dc6016

Complementary Color

#dc6016 #1692dc

#dc6016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6016 Color CSS Codes

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

#dc6016 Text Font Color

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

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


#dc6016 Background Color

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

This div background color is #dc6016


#dc6016 Border Color

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

This div border color is #dc6016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6016


Comments

No comments written yet.

Please login to write comment.