Color Hex Logo

#dc971e Color Hex

#DC971E
(220,151,30)
0 Favorites   0 Comments

Color spaces of #dc971e

RGB 22015130
HSL0.110.760.49
HSV38°86°86°
CMYK 0.000.310.86   0.14
XYZ40.816237.44266.3042
Yxy37.44260.48270.4428
Hunter Lab61.190411.982936.7248
CIE-Lab67.607816.847566.7788

#dc971e color RGB value is (220,151,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010111 00011110
Octal 334 227 36
Decimal 220 151 30
Hex DC 97 1E

RGB Percentages of Color #dc971e

%54.86
%37.66
%7.48

CMYK Percentages of Color #dc971e

%0
%31
%86
%14

Triadic Colors of #dc971e

#dc971e #1edc97 #971edc

Analogous Colors of #dc971e

#dc971e #c2dc1e #dc381e

Monochromatic Colors of #dc971e

#dc971e

Complementary Color

#dc971e #1e63dc

#dc971e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc971e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc971e Color CSS Codes

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

#dc971e Text Font Color

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

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


#dc971e Background Color

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

This div background color is #dc971e


#dc971e Border Color

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

This div border color is #dc971e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc971e


Comments

No comments written yet.

Please login to write comment.