Color Hex Logo

#dc780a Color Hex

#DC780A
(220,120,10)
0 Favorites   0 Comments

Color spaces of #dc780a

RGB 22012010
HSL0.090.910.45
HSV31°95°86°
CMYK 0.000.450.95   0.14
XYZ36.286528.67053.9086
Yxy28.67050.52690.4163
Hunter Lab53.544827.263233.1534
CIE-Lab60.489733.023565.9032

#dc780a color RGB value is (220,120,10).

#dc780a hex color red value is 220, green value is 120 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dc780a hue: 0.09 , saturation: 0.91 and the lightness value of dc780a is 0.45.

The process color (four color CMYK) of #dc780a color hex is 0.00, 0.45, 0.95, 0.14. Web safe color of #dc780a is #cc6600. Color #dc780a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111000 00001010
Octal 334 170 12
Decimal 220 120 10
Hex DC 78 A

RGB Percentages of Color #dc780a

%62.86
%34.29
%2.86

CMYK Percentages of Color #dc780a

%0
%45
%95
%14

Triadic Colors of #dc780a

#dc780a #0adc78 #780adc

Analogous Colors of #dc780a

#dc780a #d7dc0a #dc0f0a

Monochromatic Colors of #dc780a

#dc780a

Complementary Color

#dc780a #0a6edc

#dc780a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc780a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc780a Color CSS Codes

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

#dc780a Text Font Color

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

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


#dc780a Background Color

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

This div background color is #dc780a


#dc780a Border Color

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

This div border color is #dc780a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc780a


Comments

No comments written yet.

Please login to write comment.