Color Hex Logo

#dc8736 Color Hex

#DC8736
(220,135,54)
0 Favorites   0 Comments

Color spaces of #dc8736

RGB 22013554
HSL0.080.700.54
HSV29°75°86°
CMYK 0.000.390.75   0.14
XYZ38.845032.80997.7756
Yxy32.80990.48900.4131
Hunter Lab57.279920.811832.0475
CIE-Lab64.006726.196354.9662

#dc8736 color RGB value is (220,135,54).

#dc8736 hex color red value is 220, green value is 135 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #dc8736 hue: 0.08 , saturation: 0.70 and the lightness value of dc8736 is 0.54.

The process color (four color CMYK) of #dc8736 color hex is 0.00, 0.39, 0.75, 0.14. Web safe color of #dc8736 is #cc9933. Color #dc8736 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000111 00110110
Octal 334 207 66
Decimal 220 135 54
Hex DC 87 36

RGB Percentages of Color #dc8736

%53.79
%33.01
%13.20

CMYK Percentages of Color #dc8736

%0
%39
%75
%14

Triadic Colors of #dc8736

#dc8736 #36dc87 #8736dc

Analogous Colors of #dc8736

#dc8736 #dcda36 #dc3638

Monochromatic Colors of #dc8736

#dc8736

Complementary Color

#dc8736 #368bdc

#dc8736 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8736 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8736 Color CSS Codes

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

#dc8736 Text Font Color

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

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


#dc8736 Background Color

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

This div background color is #dc8736


#dc8736 Border Color

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

This div border color is #dc8736


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8736


Comments

No comments written yet.

Please login to write comment.