Color Hex Logo

#dc722c Color Hex

#DC722C
(220,114,44)
0 Favorites   0 Comments

Color spaces of #dc722c

RGB 22011444
HSL0.070.720.52
HSV24°80°86°
CMYK 0.000.480.80   0.14
XYZ35.987127.43215.7811
Yxy27.43210.52000.3964
Hunter Lab52.375730.989230.1187
CIE-Lab59.372236.840254.7816

#dc722c color RGB value is (220,114,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110010 00101100
Octal 334 162 54
Decimal 220 114 44
Hex DC 72 2C

RGB Percentages of Color #dc722c

%58.20
%30.16
%11.64

CMYK Percentages of Color #dc722c

%0
%48
%80
%14

Triadic Colors of #dc722c

#dc722c #2cdc72 #722cdc

Analogous Colors of #dc722c

#dc722c #dcca2c #dc2c3e

Monochromatic Colors of #dc722c

#dc722c

Complementary Color

#dc722c #2c96dc

#dc722c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc722c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc722c Color CSS Codes

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

#dc722c Text Font Color

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

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


#dc722c Background Color

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

This div background color is #dc722c


#dc722c Border Color

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

This div border color is #dc722c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc722c


Comments

No comments written yet.

Please login to write comment.