Color Hex Logo

#dc8922 Color Hex

#DC8922
(220,137,34)
0 Favorites   0 Comments

Color spaces of #dc8922

RGB 22013734
HSL0.090.730.50
HSV33°85°86°
CMYK 0.000.380.85   0.14
XYZ38.749633.22255.8836
Yxy33.22250.49770.4267
Hunter Lab57.639019.134034.2951
CIE-Lab64.340724.452762.9063

#dc8922 color RGB value is (220,137,34).

#dc8922 hex color red value is 220, green value is 137 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #dc8922 hue: 0.09 , saturation: 0.73 and the lightness value of dc8922 is 0.50.

The process color (four color CMYK) of #dc8922 color hex is 0.00, 0.38, 0.85, 0.14. Web safe color of #dc8922 is #cc9933. Color #dc8922 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001001 00100010
Octal 334 211 42
Decimal 220 137 34
Hex DC 89 22

RGB Percentages of Color #dc8922

%56.27
%35.04
%8.70

CMYK Percentages of Color #dc8922

%0
%38
%85
%14

Triadic Colors of #dc8922

#dc8922 #22dc89 #8922dc

Analogous Colors of #dc8922

#dc8922 #d2dc22 #dc2c22

Monochromatic Colors of #dc8922

#dc8922

Complementary Color

#dc8922 #2275dc

#dc8922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8922 Color CSS Codes

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

#dc8922 Text Font Color

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

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


#dc8922 Background Color

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

This div background color is #dc8922


#dc8922 Border Color

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

This div border color is #dc8922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8922


Comments

No comments written yet.

Please login to write comment.