Color Hex Logo

#dc891e Color Hex

#DC891E
(220,137,30)
0 Favorites   0 Comments

Color spaces of #dc891e

RGB 22013730
HSL0.090.760.49
HSV34°86°86°
CMYK 0.000.380.86   0.14
XYZ38.695233.20075.5972
Yxy33.20070.49930.4284
Hunter Lab57.620019.038034.5746
CIE-Lab64.323124.354964.1234

#dc891e color RGB value is (220,137,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001001 00011110
Octal 334 211 36
Decimal 220 137 30
Hex DC 89 1E

RGB Percentages of Color #dc891e

%56.85
%35.40
%7.75

CMYK Percentages of Color #dc891e

%0
%38
%86
%14

Triadic Colors of #dc891e

#dc891e #1edc89 #891edc

Analogous Colors of #dc891e

#dc891e #d0dc1e #dc2a1e

Monochromatic Colors of #dc891e

#dc891e

Complementary Color

#dc891e #1e71dc

#dc891e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc891e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc891e Color CSS Codes

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

#dc891e Text Font Color

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

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


#dc891e Background Color

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

This div background color is #dc891e


#dc891e Border Color

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

This div border color is #dc891e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc891e


Comments

No comments written yet.

Please login to write comment.