Color Hex Logo

#dc8229 Color Hex

#DC8229
(220,130,41)
0 Favorites   0 Comments

Color spaces of #dc8229

RGB 22013041
HSL0.080.720.51
HSV30°81°86°
CMYK 0.000.410.81   0.14
XYZ37.898131.34106.1498
Yxy31.34100.50270.4157
Hunter Lab55.983022.866532.6750
CIE-Lab62.794428.381659.1169

#dc8229 color RGB value is (220,130,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000010 00101001
Octal 334 202 51
Decimal 220 130 41
Hex DC 82 29

RGB Percentages of Color #dc8229

%56.27
%33.25
%10.49

CMYK Percentages of Color #dc8229

%0
%41
%81
%14

Triadic Colors of #dc8229

#dc8229 #29dc82 #8229dc

Analogous Colors of #dc8229

#dc8229 #dcdc29 #dc2929

Monochromatic Colors of #dc8229

#dc8229

Complementary Color

#dc8229 #2983dc

#dc8229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8229 Color CSS Codes

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

#dc8229 Text Font Color

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

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


#dc8229 Background Color

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

This div background color is #dc8229


#dc8229 Border Color

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

This div border color is #dc8229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8229


Comments

No comments written yet.

Please login to write comment.