Color Hex Logo

#dc991e Color Hex

#DC991E
(220,153,30)
0 Favorites   0 Comments

Color spaces of #dc991e

RGB 22015330
HSL0.110.760.49
HSV39°86°86°
CMYK 0.000.300.86   0.14
XYZ41.140838.09186.4124
Yxy38.09180.48040.4448
Hunter Lab61.718610.978337.0429
CIE-Lab68.088215.773967.1670

#dc991e color RGB value is (220,153,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011001 00011110
Octal 334 231 36
Decimal 220 153 30
Hex DC 99 1E

RGB Percentages of Color #dc991e

%54.59
%37.97
%7.44

CMYK Percentages of Color #dc991e

%0
%30
%86
%14

Triadic Colors of #dc991e

#dc991e #1edc99 #991edc

Analogous Colors of #dc991e

#dc991e #c0dc1e #dc3a1e

Monochromatic Colors of #dc991e

#dc991e

Complementary Color

#dc991e #1e61dc

#dc991e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc991e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc991e Color CSS Codes

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

#dc991e Text Font Color

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

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


#dc991e Background Color

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

This div background color is #dc991e


#dc991e Border Color

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

This div border color is #dc991e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc991e


Comments

No comments written yet.

Please login to write comment.