Color Hex Logo

#dc4816 Color Hex

#DC4816
(220,72,22)
0 Favorites   0 Comments

Color spaces of #dc4816

RGB 2207222
HSL0.040.820.47
HSV15°90°86°
CMYK 0.000.670.90   0.14
XYZ31.977419.90832.9163
Yxy19.90830.58350.3633
Hunter Lab44.618749.844927.3579
CIE-Lab51.733455.799456.9423

#dc4816 color RGB value is (220,72,22).

#dc4816 hex color red value is 220, green value is 72 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dc4816 hue: 0.04 , saturation: 0.82 and the lightness value of dc4816 is 0.47.

The process color (four color CMYK) of #dc4816 color hex is 0.00, 0.67, 0.90, 0.14. Web safe color of #dc4816 is #cc3300. Color #dc4816 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001000 00010110
Octal 334 110 26
Decimal 220 72 22
Hex DC 48 16

RGB Percentages of Color #dc4816

%70.06
%22.93
%7.01

CMYK Percentages of Color #dc4816

%0
%67
%90
%14

Triadic Colors of #dc4816

#dc4816 #16dc48 #4816dc

Analogous Colors of #dc4816

#dc4816 #dcab16 #dc1647

Monochromatic Colors of #dc4816

#dc4816

Complementary Color

#dc4816 #16aadc

#dc4816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4816 Color CSS Codes

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

#dc4816 Text Font Color

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

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


#dc4816 Background Color

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

This div background color is #dc4816


#dc4816 Border Color

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

This div border color is #dc4816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4816


Comments

No comments written yet.

Please login to write comment.