Color Hex Logo

#dc823c Color Hex

#DC823C
(220,130,60)
0 Favorites   0 Comments

Color spaces of #dc823c

RGB 22013060
HSL0.070.700.55
HSV26°73°86°
CMYK 0.000.410.73   0.14
XYZ38.313431.50728.3371
Yxy31.50720.49020.4031
Hunter Lab56.131323.608630.4856
CIE-Lab62.933529.121751.1647

#dc823c color RGB value is (220,130,60).

#dc823c hex color red value is 220, green value is 130 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dc823c hue: 0.07 , saturation: 0.70 and the lightness value of dc823c is 0.55.

The process color (four color CMYK) of #dc823c color hex is 0.00, 0.41, 0.73, 0.14. Web safe color of #dc823c is #cc9933. Color #dc823c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000010 00111100
Octal 334 202 74
Decimal 220 130 60
Hex DC 82 3C

RGB Percentages of Color #dc823c

%53.66
%31.71
%14.63

CMYK Percentages of Color #dc823c

%0
%41
%73
%14

Triadic Colors of #dc823c

#dc823c #3cdc82 #823cdc

Analogous Colors of #dc823c

#dc823c #dcd23c #dc3c46

Monochromatic Colors of #dc823c

#dc823c

Complementary Color

#dc823c #3c96dc

#dc823c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc823c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc823c Color CSS Codes

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

#dc823c Text Font Color

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

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


#dc823c Background Color

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

This div background color is #dc823c


#dc823c Border Color

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

This div border color is #dc823c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc823c


Comments

No comments written yet.

Please login to write comment.