Color Hex Logo

#dc9142 Color Hex

#DC9142
(220,145,66)
0 Favorites   0 Comments

Color spaces of #dc9142

RGB 22014566
HSL0.090.690.56
HSV31°70°86°
CMYK 0.000.340.70   0.14
XYZ40.624035.85989.9348
Yxy35.85980.47010.4150
Hunter Lab59.883116.297132.0817
CIE-Lab66.412721.405852.0520

#dc9142 color RGB value is (220,145,66).

#dc9142 hex color red value is 220, green value is 145 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dc9142 hue: 0.09 , saturation: 0.69 and the lightness value of dc9142 is 0.56.

The process color (four color CMYK) of #dc9142 color hex is 0.00, 0.34, 0.70, 0.14. Web safe color of #dc9142 is #cc9933. Color #dc9142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010001 01000010
Octal 334 221 102
Decimal 220 145 66
Hex DC 91 42

RGB Percentages of Color #dc9142

%51.04
%33.64
%15.31

CMYK Percentages of Color #dc9142

%0
%34
%70
%14

Triadic Colors of #dc9142

#dc9142 #42dc91 #9142dc

Analogous Colors of #dc9142

#dc9142 #dadc42 #dc4442

Monochromatic Colors of #dc9142

#dc9142

Complementary Color

#dc9142 #428ddc

#dc9142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9142 Color CSS Codes

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

#dc9142 Text Font Color

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

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


#dc9142 Background Color

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

This div background color is #dc9142


#dc9142 Border Color

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

This div border color is #dc9142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9142


Comments

No comments written yet.

Please login to write comment.