Color Hex Logo

#dc971d Color Hex

#DC971D
(220,151,29)
0 Favorites   0 Comments

Color spaces of #dc971d

RGB 22015129
HSL0.110.770.49
HSV38°87°86°
CMYK 0.000.310.87   0.14
XYZ40.803637.43766.2380
Yxy37.43760.48300.4432
Hunter Lab61.186311.961236.7857
CIE-Lab67.604116.824767.0442

#dc971d color RGB value is (220,151,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010111 00011101
Octal 334 227 35
Decimal 220 151 29
Hex DC 97 1D

RGB Percentages of Color #dc971d

%55.00
%37.75
%7.25

CMYK Percentages of Color #dc971d

%0
%31
%87
%14

Triadic Colors of #dc971d

#dc971d #1ddc97 #971ddc

Analogous Colors of #dc971d

#dc971d #c2dc1d #dc381d

Monochromatic Colors of #dc971d

#dc971d

Complementary Color

#dc971d #1d62dc

#dc971d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc971d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc971d Color CSS Codes

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

#dc971d Text Font Color

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

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


#dc971d Background Color

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

This div background color is #dc971d


#dc971d Border Color

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

This div border color is #dc971d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc971d


Comments

No comments written yet.

Please login to write comment.