Color Hex Logo

#dc832d Color Hex

#DC832D
(220,131,45)
0 Favorites   0 Comments

Color spaces of #dc832d

RGB 22013145
HSL0.080.710.52
HSV29°80°86°
CMYK 0.000.400.80   0.14
XYZ38.105231.63776.5809
Yxy31.63770.49930.4145
Hunter Lab56.247422.493132.4363
CIE-Lab63.042327.982457.7915

#dc832d color RGB value is (220,131,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000011 00101101
Octal 334 203 55
Decimal 220 131 45
Hex DC 83 2D

RGB Percentages of Color #dc832d

%55.56
%33.08
%11.36

CMYK Percentages of Color #dc832d

%0
%40
%80
%14

Triadic Colors of #dc832d

#dc832d #2ddc83 #832ddc

Analogous Colors of #dc832d

#dc832d #dcdb2d #dc2d2f

Monochromatic Colors of #dc832d

#dc832d

Complementary Color

#dc832d #2d86dc

#dc832d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc832d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc832d Color CSS Codes

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

#dc832d Text Font Color

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

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


#dc832d Background Color

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

This div background color is #dc832d


#dc832d Border Color

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

This div border color is #dc832d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc832d


Comments

No comments written yet.

Please login to write comment.