Color Hex Logo

#dc724a Color Hex

#DC724A
(220,114,74)
0 Favorites   0 Comments

Color spaces of #dc724a

RGB 22011474
HSL0.050.680.58
HSV16°66°86°
CMYK 0.000.480.66   0.14
XYZ36.768527.74479.8959
Yxy27.74470.49410.3729
Hunter Lab52.673232.423625.7323
CIE-Lab59.657438.210140.5226

#dc724a color RGB value is (220,114,74).

#dc724a hex color red value is 220, green value is 114 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dc724a hue: 0.05 , saturation: 0.68 and the lightness value of dc724a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110010 01001010
Octal 334 162 112
Decimal 220 114 74
Hex DC 72 4A

RGB Percentages of Color #dc724a

%53.92
%27.94
%18.14

CMYK Percentages of Color #dc724a

%0
%48
%66
%14

Triadic Colors of #dc724a

#dc724a #4adc72 #724adc

Analogous Colors of #dc724a

#dc724a #dcbb4a #dc4a6b

Monochromatic Colors of #dc724a

#dc724a

Complementary Color

#dc724a #4ab4dc

#dc724a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc724a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc724a Color CSS Codes

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

#dc724a Text Font Color

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

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


#dc724a Background Color

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

This div background color is #dc724a


#dc724a Border Color

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

This div border color is #dc724a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc724a


Comments

No comments written yet.

Please login to write comment.