Color Hex Logo

#dc920e Color Hex

#DC920E
(220,146,14)
0 Favorites   0 Comments

Color spaces of #dc920e

RGB 22014614
HSL0.110.880.46
HSV38°94°86°
CMYK 0.000.340.94   0.14
XYZ39.873335.80515.2250
Yxy35.80510.49290.4426
Hunter Lab59.837414.230136.7089
CIE-Lab66.370719.252169.3401

#dc920e color RGB value is (220,146,14).

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

The process color (four color CMYK) of #dc920e color hex is 0.00, 0.34, 0.94, 0.14. Web safe color of #dc920e is #cc9900. Color #dc920e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010010 00001110
Octal 334 222 16
Decimal 220 146 14
Hex DC 92 E

RGB Percentages of Color #dc920e

%57.89
%38.42
%3.68

CMYK Percentages of Color #dc920e

%0
%34
%94
%14

Triadic Colors of #dc920e

#dc920e #0edc92 #920edc

Analogous Colors of #dc920e

#dc920e #bfdc0e #dc2b0e

Monochromatic Colors of #dc920e

#dc920e

Complementary Color

#dc920e #0e58dc

#dc920e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc920e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc920e Color CSS Codes

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

#dc920e Text Font Color

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

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


#dc920e Background Color

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

This div background color is #dc920e


#dc920e Border Color

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

This div border color is #dc920e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,146,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 #dc920e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc920e


Comments

No comments written yet.

Please login to write comment.