Color Hex Logo

#dc721c Color Hex

#DC721C
(220,114,28)
0 Favorites   0 Comments

Color spaces of #dc721c

RGB 22011428
HSL0.070.770.49
HSV27°87°86°
CMYK 0.000.480.87   0.14
XYZ35.742127.33414.4908
Yxy27.33410.52900.4045
Hunter Lab52.282030.536331.5047
CIE-Lab59.282336.404860.6960

#dc721c color RGB value is (220,114,28).

#dc721c hex color red value is 220, green value is 114 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #dc721c hue: 0.07 , saturation: 0.77 and the lightness value of dc721c is 0.49.

The process color (four color CMYK) of #dc721c color hex is 0.00, 0.48, 0.87, 0.14. Web safe color of #dc721c is #cc6633. Color #dc721c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110010 00011100
Octal 334 162 34
Decimal 220 114 28
Hex DC 72 1C

RGB Percentages of Color #dc721c

%60.77
%31.49
%7.73

CMYK Percentages of Color #dc721c

%0
%48
%87
%14

Triadic Colors of #dc721c

#dc721c #1cdc72 #721cdc

Analogous Colors of #dc721c

#dc721c #dcd21c #dc1c26

Monochromatic Colors of #dc721c

#dc721c

Complementary Color

#dc721c #1c86dc

#dc721c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc721c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc721c Color CSS Codes

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

#dc721c Text Font Color

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

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


#dc721c Background Color

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

This div background color is #dc721c


#dc721c Border Color

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

This div border color is #dc721c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc721c


Comments

No comments written yet.

Please login to write comment.