Color Hex Logo

#dc7440 Color Hex

#DC7440
(220,116,64)
0 Favorites   0 Comments

Color spaces of #dc7440

RGB 22011664
HSL0.060.690.56
HSV20°71°86°
CMYK 0.000.470.71   0.14
XYZ36.686028.07668.3362
Yxy28.07660.50190.3841
Hunter Lab52.987430.857327.7634
CIE-Lab59.957936.642246.0374

#dc7440 color RGB value is (220,116,64).

#dc7440 hex color red value is 220, green value is 116 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dc7440 hue: 0.06 , saturation: 0.69 and the lightness value of dc7440 is 0.56.

The process color (four color CMYK) of #dc7440 color hex is 0.00, 0.47, 0.71, 0.14. Web safe color of #dc7440 is #cc6633. Color #dc7440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110100 01000000
Octal 334 164 100
Decimal 220 116 64
Hex DC 74 40

RGB Percentages of Color #dc7440

%55.00
%29.00
%16.00

CMYK Percentages of Color #dc7440

%0
%47
%71
%14

Triadic Colors of #dc7440

#dc7440 #40dc74 #7440dc

Analogous Colors of #dc7440

#dc7440 #dcc240 #dc405a

Monochromatic Colors of #dc7440

#dc7440

Complementary Color

#dc7440 #40a8dc

#dc7440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc7440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc7440 Color CSS Codes

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

#dc7440 Text Font Color

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

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


#dc7440 Background Color

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

This div background color is #dc7440


#dc7440 Border Color

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

This div border color is #dc7440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc7440


Comments

No comments written yet.

Please login to write comment.