Color Hex Logo

#dc8520 Color Hex

#DC8520
(220,133,32)
0 Favorites   0 Comments

Color spaces of #dc8520

RGB 22013332
HSL0.090.750.49
HSV32°85°86°
CMYK 0.000.400.85   0.14
XYZ38.163432.09505.5500
Yxy32.09500.50340.4234
Hunter Lab56.652421.103133.8483
CIE-Lab63.421326.536362.7782

#dc8520 color RGB value is (220,133,32).

#dc8520 hex color red value is 220, green value is 133 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #dc8520 hue: 0.09 , saturation: 0.75 and the lightness value of dc8520 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000101 00100000
Octal 334 205 40
Decimal 220 133 32
Hex DC 85 20

RGB Percentages of Color #dc8520

%57.14
%34.55
%8.31

CMYK Percentages of Color #dc8520

%0
%40
%85
%14

Triadic Colors of #dc8520

#dc8520 #20dc85 #8520dc

Analogous Colors of #dc8520

#dc8520 #d5dc20 #dc2720

Monochromatic Colors of #dc8520

#dc8520

Complementary Color

#dc8520 #2077dc

#dc8520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8520 Color CSS Codes

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

#dc8520 Text Font Color

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

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


#dc8520 Background Color

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

This div background color is #dc8520


#dc8520 Border Color

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

This div border color is #dc8520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8520


Comments

No comments written yet.

Please login to write comment.