Color Hex Logo

#dc620e Color Hex

#DC620E
(220,98,14)
0 Favorites   0 Comments

Color spaces of #dc620e

RGB 2209814
HSL0.070.880.46
HSV24°94°86°
CMYK 0.000.550.94   0.14
XYZ33.962123.98273.2546
Yxy23.98270.55490.3919
Hunter Lab48.972138.088230.3402
CIE-Lab56.070544.155662.1903

#dc620e color RGB value is (220,98,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100010 00001110
Octal 334 142 16
Decimal 220 98 14
Hex DC 62 E

RGB Percentages of Color #dc620e

%66.27
%29.52
%4.22

CMYK Percentages of Color #dc620e

%0
%55
%94
%14

Triadic Colors of #dc620e

#dc620e #0edc62 #620edc

Analogous Colors of #dc620e

#dc620e #dcc90e #dc0e21

Monochromatic Colors of #dc620e

#dc620e

Complementary Color

#dc620e #0e88dc

#dc620e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc620e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc620e Color CSS Codes

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

#dc620e Text Font Color

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

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


#dc620e Background Color

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

This div background color is #dc620e


#dc620e Border Color

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

This div border color is #dc620e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc620e


Comments

No comments written yet.

Please login to write comment.