Color Hex Logo

#dc620c Color Hex

#DC620C
(220,98,12)
0 Favorites   0 Comments

Color spaces of #dc620c

RGB 2209812
HSL0.070.900.45
HSV25°95°86°
CMYK 0.000.550.95   0.14
XYZ33.949223.97763.1866
Yxy23.97760.55550.3923
Hunter Lab48.966938.063530.4185
CIE-Lab56.065444.132762.6168

#dc620c color RGB value is (220,98,12).

#dc620c hex color red value is 220, green value is 98 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dc620c hue: 0.07 , saturation: 0.90 and the lightness value of dc620c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100010 00001100
Octal 334 142 14
Decimal 220 98 12
Hex DC 62 C

RGB Percentages of Color #dc620c

%66.67
%29.70
%3.64

CMYK Percentages of Color #dc620c

%0
%55
%95
%14

Triadic Colors of #dc620c

#dc620c #0cdc62 #620cdc

Analogous Colors of #dc620c

#dc620c #dcca0c #dc0c1e

Monochromatic Colors of #dc620c

#dc620c

Complementary Color

#dc620c #0c86dc

#dc620c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc620c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc620c Color CSS Codes

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

#dc620c Text Font Color

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

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


#dc620c Background Color

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

This div background color is #dc620c


#dc620c Border Color

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

This div border color is #dc620c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc620c


Comments

No comments written yet.

Please login to write comment.