Color Hex Logo

#dc971a Color Hex

#DC971A
(220,151,26)
0 Favorites   0 Comments

Color spaces of #dc971a

RGB 22015126
HSL0.110.790.48
HSV39°88°86°
CMYK 0.000.310.88   0.14
XYZ40.768337.42346.0520
Yxy37.42340.48390.4442
Hunter Lab61.174711.901136.9567
CIE-Lab67.593516.761567.8000

#dc971a color RGB value is (220,151,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010111 00011010
Octal 334 227 32
Decimal 220 151 26
Hex DC 97 1A

RGB Percentages of Color #dc971a

%55.42
%38.04
%6.55

CMYK Percentages of Color #dc971a

%0
%31
%88
%14

Triadic Colors of #dc971a

#dc971a #1adc97 #971adc

Analogous Colors of #dc971a

#dc971a #c0dc1a #dc361a

Monochromatic Colors of #dc971a

#dc971a

Complementary Color

#dc971a #1a5fdc

#dc971a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc971a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc971a Color CSS Codes

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

#dc971a Text Font Color

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

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


#dc971a Background Color

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

This div background color is #dc971a


#dc971a Border Color

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

This div border color is #dc971a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc971a


Comments

No comments written yet.

Please login to write comment.