Color Hex Logo

#dc971f Color Hex

#DC971F
(220,151,31)
0 Favorites   0 Comments

Color spaces of #dc971f

RGB 22015131
HSL0.110.750.49
HSV38°86°86°
CMYK 0.000.310.86   0.14
XYZ40.829137.44786.3725
Yxy37.44780.48230.4424
Hunter Lab61.194612.004836.6621
CIE-Lab67.611616.870566.5071

#dc971f color RGB value is (220,151,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010111 00011111
Octal 334 227 37
Decimal 220 151 31
Hex DC 97 1F

RGB Percentages of Color #dc971f

%54.73
%37.56
%7.71

CMYK Percentages of Color #dc971f

%0
%31
%86
%14

Triadic Colors of #dc971f

#dc971f #1fdc97 #971fdc

Analogous Colors of #dc971f

#dc971f #c3dc1f #dc391f

Monochromatic Colors of #dc971f

#dc971f

Complementary Color

#dc971f #1f64dc

#dc971f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc971f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc971f Color CSS Codes

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

#dc971f Text Font Color

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

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


#dc971f Background Color

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

This div background color is #dc971f


#dc971f Border Color

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

This div border color is #dc971f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc971f


Comments

No comments written yet.

Please login to write comment.