Color Hex Logo

#dc811e Color Hex

#DC811E
(220,129,30)
0 Favorites   0 Comments

Color spaces of #dc811e

RGB 22012930
HSL0.090.760.49
HSV31°86°86°
CMYK 0.000.410.86   0.14
XYZ37.599831.00995.2321
Yxy31.00990.50920.4200
Hunter Lab55.686523.072633.4099
CIE-Lab62.516028.613862.6611

#dc811e color RGB value is (220,129,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000001 00011110
Octal 334 201 36
Decimal 220 129 30
Hex DC 81 1E

RGB Percentages of Color #dc811e

%58.05
%34.04
%7.92

CMYK Percentages of Color #dc811e

%0
%41
%86
%14

Triadic Colors of #dc811e

#dc811e #1edc81 #811edc

Analogous Colors of #dc811e

#dc811e #d8dc1e #dc221e

Monochromatic Colors of #dc811e

#dc811e

Complementary Color

#dc811e #1e79dc

#dc811e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc811e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc811e Color CSS Codes

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

#dc811e Text Font Color

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

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


#dc811e Background Color

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

This div background color is #dc811e


#dc811e Border Color

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

This div border color is #dc811e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,129,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 #dc811e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc811e


Comments

No comments written yet.

Please login to write comment.