Color Hex Logo

#dc781e Color Hex

#DC781E
(220,120,30)
0 Favorites   0 Comments

Color spaces of #dc781e

RGB 22012030
HSL0.080.760.49
HSV28°86°86°
CMYK 0.000.450.86   0.14
XYZ36.466028.74234.8541
Yxy28.74230.52050.4102
Hunter Lab53.611827.592432.1601
CIE-Lab60.553533.345661.0725

#dc781e color RGB value is (220,120,30).

#dc781e hex color red value is 220, green value is 120 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dc781e hue: 0.08 , saturation: 0.76 and the lightness value of dc781e is 0.49.

The process color (four color CMYK) of #dc781e color hex is 0.00, 0.45, 0.86, 0.14. Web safe color of #dc781e is #cc6633. Color #dc781e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111000 00011110
Octal 334 170 36
Decimal 220 120 30
Hex DC 78 1E

RGB Percentages of Color #dc781e

%59.46
%32.43
%8.11

CMYK Percentages of Color #dc781e

%0
%45
%86
%14

Triadic Colors of #dc781e

#dc781e #1edc78 #781edc

Analogous Colors of #dc781e

#dc781e #dcd71e #dc1e23

Monochromatic Colors of #dc781e

#dc781e

Complementary Color

#dc781e #1e82dc

#dc781e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc781e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc781e Color CSS Codes

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

#dc781e Text Font Color

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

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


#dc781e Background Color

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

This div background color is #dc781e


#dc781e Border Color

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

This div border color is #dc781e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc781e


Comments

No comments written yet.

Please login to write comment.