Color Hex Logo

#dc781b Color Hex

#DC781B
(220,120,27)
0 Favorites   0 Comments

Color spaces of #dc781b

RGB 22012027
HSL0.080.780.48
HSV29°88°86°
CMYK 0.000.450.88   0.14
XYZ36.429528.72774.6619
Yxy28.72770.52180.4115
Hunter Lab53.598227.525532.3618
CIE-Lab60.540633.280361.9988

#dc781b color RGB value is (220,120,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111000 00011011
Octal 334 170 33
Decimal 220 120 27
Hex DC 78 1B

RGB Percentages of Color #dc781b

%59.95
%32.70
%7.36

CMYK Percentages of Color #dc781b

%0
%45
%88
%14

Triadic Colors of #dc781b

#dc781b #1bdc78 #781bdc

Analogous Colors of #dc781b

#dc781b #dcd91b #dc1b1f

Monochromatic Colors of #dc781b

#dc781b

Complementary Color

#dc781b #1b7fdc

#dc781b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc781b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc781b Color CSS Codes

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

#dc781b Text Font Color

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

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


#dc781b Background Color

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

This div background color is #dc781b


#dc781b Border Color

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

This div border color is #dc781b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc781b


Comments

No comments written yet.

Please login to write comment.