Color Hex Logo

#dc812e Color Hex

#DC812E
(220,129,46)
0 Favorites   0 Comments

Color spaces of #dc812e

RGB 22012946
HSL0.080.710.52
HSV29°79°86°
CMYK 0.000.410.79   0.14
XYZ37.858631.11346.5949
Yxy31.11340.50100.4117
Hunter Lab55.779423.537632.0356
CIE-Lab62.603229.077956.9789

#dc812e color RGB value is (220,129,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000001 00101110
Octal 334 201 56
Decimal 220 129 46
Hex DC 81 2E

RGB Percentages of Color #dc812e

%55.70
%32.66
%11.65

CMYK Percentages of Color #dc812e

%0
%41
%79
%14

Triadic Colors of #dc812e

#dc812e #2edc81 #812edc

Analogous Colors of #dc812e

#dc812e #dcd82e #dc2e32

Monochromatic Colors of #dc812e

#dc812e

Complementary Color

#dc812e #2e89dc

#dc812e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc812e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc812e Color CSS Codes

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

#dc812e Text Font Color

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

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


#dc812e Background Color

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

This div background color is #dc812e


#dc812e Border Color

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

This div border color is #dc812e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc812e


Comments

No comments written yet.

Please login to write comment.