Color Hex Logo

#dc7001 Color Hex

#DC7001
(220,112,1)
0 Favorites   0 Comments

Color spaces of #dc7001

RGB 2201121
HSL0.080.990.43
HSV30°100°86°
CMYK 0.000.491.00   0.14
XYZ35.314826.80623.3415
Yxy26.80620.53950.4095
Hunter Lab51.774731.146632.4158
CIE-Lab58.794537.063466.3393

#dc7001 color RGB value is (220,112,1).

#dc7001 hex color red value is 220, green value is 112 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #dc7001 hue: 0.08 , saturation: 0.99 and the lightness value of dc7001 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110000 00000001
Octal 334 160 1
Decimal 220 112 1
Hex DC 70 1

RGB Percentages of Color #dc7001

%66.07
%33.63
%0.30

CMYK Percentages of Color #dc7001

%0
%49
%100
%14

Triadic Colors of #dc7001

#dc7001 #01dc70 #7001dc

Analogous Colors of #dc7001

#dc7001 #dbdc01 #dc0301

Monochromatic Colors of #dc7001

#dc7001

Complementary Color

#dc7001 #016ddc

#dc7001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc7001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc7001 Color CSS Codes

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

#dc7001 Text Font Color

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

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


#dc7001 Background Color

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

This div background color is #dc7001


#dc7001 Border Color

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

This div border color is #dc7001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc7001


Comments

No comments written yet.

Please login to write comment.