Color Hex Logo

#dc440b Color Hex

#DC440B
(220,68,11)
0 Favorites   0 Comments

Color spaces of #dc440b

RGB 2206811
HSL0.050.900.45
HSV16°95°86°
CMYK 0.000.690.95   0.14
XYZ31.642719.37412.3884
Yxy19.37410.59250.3628
Hunter Lab44.016051.293927.5940
CIE-Lab51.122057.216959.7417

#dc440b color RGB value is (220,68,11).

#dc440b hex color red value is 220, green value is 68 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dc440b hue: 0.05 , saturation: 0.90 and the lightness value of dc440b is 0.45.

The process color (four color CMYK) of #dc440b color hex is 0.00, 0.69, 0.95, 0.14. Web safe color of #dc440b is #cc3300. Color #dc440b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000100 00001011
Octal 334 104 13
Decimal 220 68 11
Hex DC 44 B

RGB Percentages of Color #dc440b

%73.58
%22.74
%3.68

CMYK Percentages of Color #dc440b

%0
%69
%95
%14

Triadic Colors of #dc440b

#dc440b #0bdc44 #440bdc

Analogous Colors of #dc440b

#dc440b #dcad0b #dc0b3a

Monochromatic Colors of #dc440b

#dc440b

Complementary Color

#dc440b #0ba3dc

#dc440b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc440b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc440b Color CSS Codes

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

#dc440b Text Font Color

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

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


#dc440b Background Color

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

This div background color is #dc440b


#dc440b Border Color

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

This div border color is #dc440b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc440b


Comments

No comments written yet.

Please login to write comment.