Color Hex Logo

#dc813a Color Hex

#DC813A
(220,129,58)
0 Favorites   0 Comments

Color spaces of #dc813a

RGB 22012958
HSL0.070.700.55
HSV26°74°86°
CMYK 0.000.410.74   0.14
XYZ38.129231.22168.0197
Yxy31.22160.49280.4035
Hunter Lab55.876324.022430.6037
CIE-Lab62.694329.560051.8440

#dc813a color RGB value is (220,129,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000001 00111010
Octal 334 201 72
Decimal 220 129 58
Hex DC 81 3A

RGB Percentages of Color #dc813a

%54.05
%31.70
%14.25

CMYK Percentages of Color #dc813a

%0
%41
%74
%14

Triadic Colors of #dc813a

#dc813a #3adc81 #813adc

Analogous Colors of #dc813a

#dc813a #dcd23a #dc3a44

Monochromatic Colors of #dc813a

#dc813a

Complementary Color

#dc813a #3a95dc

#dc813a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc813a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc813a Color CSS Codes

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

#dc813a Text Font Color

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

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


#dc813a Background Color

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

This div background color is #dc813a


#dc813a Border Color

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

This div border color is #dc813a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc813a


Comments

No comments written yet.

Please login to write comment.