Color Hex Logo

#dc8732 Color Hex

#DC8732
(220,135,50)
0 Favorites   0 Comments

Color spaces of #dc8732

RGB 22013550
HSL0.080.710.53
HSV30°77°86°
CMYK 0.000.390.77   0.14
XYZ38.754932.77397.3010
Yxy32.77390.49160.4158
Hunter Lab57.248520.652432.5126
CIE-Lab63.977426.035356.6395

#dc8732 color RGB value is (220,135,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000111 00110010
Octal 334 207 62
Decimal 220 135 50
Hex DC 87 32

RGB Percentages of Color #dc8732

%54.32
%33.33
%12.35

CMYK Percentages of Color #dc8732

%0
%39
%77
%14

Triadic Colors of #dc8732

#dc8732 #32dc87 #8732dc

Analogous Colors of #dc8732

#dc8732 #dcdc32 #dc3232

Monochromatic Colors of #dc8732

#dc8732

Complementary Color

#dc8732 #3287dc

#dc8732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8732 Color CSS Codes

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

#dc8732 Text Font Color

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

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


#dc8732 Background Color

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

This div background color is #dc8732


#dc8732 Border Color

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

This div border color is #dc8732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8732


Comments

No comments written yet.

Please login to write comment.