Color Hex Logo

#dc832b Color Hex

#DC832B
(220,131,43)
0 Favorites   0 Comments

Color spaces of #dc832b

RGB 22013143
HSL0.080.720.52
HSV30°80°86°
CMYK 0.000.400.80   0.14
XYZ38.067531.62276.3829
Yxy31.62270.50040.4157
Hunter Lab56.234122.425532.6341
CIE-Lab63.029827.914658.5652

#dc832b color RGB value is (220,131,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000011 00101011
Octal 334 203 53
Decimal 220 131 43
Hex DC 83 2B

RGB Percentages of Color #dc832b

%55.84
%33.25
%10.91

CMYK Percentages of Color #dc832b

%0
%40
%80
%14

Triadic Colors of #dc832b

#dc832b #2bdc83 #832bdc

Analogous Colors of #dc832b

#dc832b #dcdc2b #dc2b2b

Monochromatic Colors of #dc832b

#dc832b

Complementary Color

#dc832b #2b84dc

#dc832b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc832b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc832b Color CSS Codes

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

#dc832b Text Font Color

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

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


#dc832b Background Color

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

This div background color is #dc832b


#dc832b Border Color

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

This div border color is #dc832b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc832b


Comments

No comments written yet.

Please login to write comment.