Color Hex Logo

#dc974e Color Hex

#DC974E
(220,151,78)
0 Favorites   0 Comments

Color spaces of #dc974e

RGB 22015178
HSL0.090.670.58
HSV31°65°86°
CMYK 0.000.310.65   0.14
XYZ41.957037.898912.3116
Yxy37.89890.45520.4112
Hunter Lab61.562113.921231.2362
CIE-Lab67.946018.871648.0223

#dc974e color RGB value is (220,151,78).

#dc974e hex color red value is 220, green value is 151 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dc974e hue: 0.09 , saturation: 0.67 and the lightness value of dc974e is 0.58.

The process color (four color CMYK) of #dc974e color hex is 0.00, 0.31, 0.65, 0.14. Web safe color of #dc974e is #cc9966. Color #dc974e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010111 01001110
Octal 334 227 116
Decimal 220 151 78
Hex DC 97 4E

RGB Percentages of Color #dc974e

%49.00
%33.63
%17.37

CMYK Percentages of Color #dc974e

%0
%31
%65
%14

Triadic Colors of #dc974e

#dc974e #4edc97 #974edc

Analogous Colors of #dc974e

#dc974e #dadc4e #dc504e

Monochromatic Colors of #dc974e

#dc974e

Complementary Color

#dc974e #4e93dc

#dc974e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc974e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc974e Color CSS Codes

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

#dc974e Text Font Color

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

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


#dc974e Background Color

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

This div background color is #dc974e


#dc974e Border Color

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

This div border color is #dc974e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc974e


Comments

No comments written yet.

Please login to write comment.