Color Hex Logo

#dc972b Color Hex

#DC972B
(220,151,43)
0 Favorites   0 Comments

Color spaces of #dc972b

RGB 22015143
HSL0.100.720.52
HSV37°80°86°
CMYK 0.000.310.80   0.14
XYZ41.017937.52337.3663
Yxy37.52330.47750.4368
Hunter Lab61.256312.327235.7495
CIE-Lab67.667817.209162.7607

#dc972b color RGB value is (220,151,43).

#dc972b hex color red value is 220, green value is 151 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dc972b hue: 0.10 , saturation: 0.72 and the lightness value of dc972b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010111 00101011
Octal 334 227 53
Decimal 220 151 43
Hex DC 97 2B

RGB Percentages of Color #dc972b

%53.14
%36.47
%10.39

CMYK Percentages of Color #dc972b

%0
%31
%80
%14

Triadic Colors of #dc972b

#dc972b #2bdc97 #972bdc

Analogous Colors of #dc972b

#dc972b #c9dc2b #dc3f2b

Monochromatic Colors of #dc972b

#dc972b

Complementary Color

#dc972b #2b70dc

#dc972b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc972b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc972b Color CSS Codes

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

#dc972b Text Font Color

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

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


#dc972b Background Color

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

This div background color is #dc972b


#dc972b Border Color

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

This div border color is #dc972b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc972b


Comments

No comments written yet.

Please login to write comment.