Color Hex Logo

#dc781f Color Hex

#DC781F
(220,120,31)
0 Favorites   0 Comments

Color spaces of #dc781f

RGB 22012031
HSL0.080.750.49
HSV28°86°86°
CMYK 0.000.450.86   0.14
XYZ36.479028.74754.9225
Yxy28.74750.52000.4098
Hunter Lab53.616727.616232.0883
CIE-Lab60.558133.368960.7489

#dc781f color RGB value is (220,120,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111000 00011111
Octal 334 170 37
Decimal 220 120 31
Hex DC 78 1F

RGB Percentages of Color #dc781f

%59.30
%32.35
%8.36

CMYK Percentages of Color #dc781f

%0
%45
%86
%14

Triadic Colors of #dc781f

#dc781f #1fdc78 #781fdc

Analogous Colors of #dc781f

#dc781f #dcd71f #dc1f24

Monochromatic Colors of #dc781f

#dc781f

Complementary Color

#dc781f #1f83dc

#dc781f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc781f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc781f Color CSS Codes

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

#dc781f Text Font Color

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

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


#dc781f Background Color

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

This div background color is #dc781f


#dc781f Border Color

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

This div border color is #dc781f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc781f


Comments

No comments written yet.

Please login to write comment.