Color Hex Logo

#dc842b Color Hex

#DC842B
(220,132,43)
0 Favorites   0 Comments

Color spaces of #dc842b

RGB 22013243
HSL0.080.720.52
HSV30°80°86°
CMYK 0.000.400.80   0.14
XYZ38.202531.89266.4279
Yxy31.89260.49920.4168
Hunter Lab56.473521.920732.7830
CIE-Lab63.254027.383458.7696

#dc842b color RGB value is (220,132,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000100 00101011
Octal 334 204 53
Decimal 220 132 43
Hex DC 84 2B

RGB Percentages of Color #dc842b

%55.70
%33.42
%10.89

CMYK Percentages of Color #dc842b

%0
%40
%80
%14

Triadic Colors of #dc842b

#dc842b #2bdc84 #842bdc

Analogous Colors of #dc842b

#dc842b #dcdc2b #dc2c2b

Monochromatic Colors of #dc842b

#dc842b

Complementary Color

#dc842b #2b83dc

#dc842b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc842b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc842b Color CSS Codes

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

#dc842b Text Font Color

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

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


#dc842b Background Color

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

This div background color is #dc842b


#dc842b Border Color

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

This div border color is #dc842b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,132,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 #dc842b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc842b


Comments

No comments written yet.

Please login to write comment.