Color Hex Logo

#dc724d Color Hex

#DC724D
(220,114,77)
0 Favorites   0 Comments

Color spaces of #dc724d

RGB 22011477
HSL0.040.670.58
HSV16°65°86°
CMYK 0.000.480.65   0.14
XYZ36.872127.786110.4411
Yxy27.78610.49100.3700
Hunter Lab52.712532.612825.1548
CIE-Lab59.695038.389938.9656

#dc724d color RGB value is (220,114,77).

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

The process color (four color CMYK) of #dc724d color hex is 0.00, 0.48, 0.65, 0.14. Web safe color of #dc724d is #cc6666. Color #dc724d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110010 01001101
Octal 334 162 115
Decimal 220 114 77
Hex DC 72 4D

RGB Percentages of Color #dc724d

%53.53
%27.74
%18.73

CMYK Percentages of Color #dc724d

%0
%48
%65
%14

Triadic Colors of #dc724d

#dc724d #4ddc72 #724ddc

Analogous Colors of #dc724d

#dc724d #dcba4d #dc4d70

Monochromatic Colors of #dc724d

#dc724d

Complementary Color

#dc724d #4db7dc

#dc724d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc724d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc724d Color CSS Codes

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

#dc724d Text Font Color

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

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


#dc724d Background Color

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

This div background color is #dc724d


#dc724d Border Color

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

This div border color is #dc724d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc724d


Comments

No comments written yet.

Please login to write comment.