Color Hex Logo

#dd440c Color Hex

#DD440C
(221,68,12)
0 Favorites   0 Comments

Color spaces of #dd440c

RGB 2216812
HSL0.040.900.46
HSV16°95°87°
CMYK 0.000.690.95   0.13
XYZ31.952319.53292.4340
Yxy19.53290.59260.3623
Hunter Lab44.196051.706627.6720
CIE-Lab51.304957.555159.7030

#dd440c color RGB value is (221,68,12).

#dd440c hex color red value is 221, green value is 68 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dd440c hue: 0.04 , saturation: 0.90 and the lightness value of dd440c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000100 00001100
Octal 335 104 14
Decimal 221 68 12
Hex DD 44 C

RGB Percentages of Color #dd440c

%73.42
%22.59
%3.99

CMYK Percentages of Color #dd440c

%0
%69
%95
%13

Triadic Colors of #dd440c

#dd440c #0cdd44 #440cdd

Analogous Colors of #dd440c

#dd440c #ddad0c #dd0c3c

Monochromatic Colors of #dd440c

#dd440c

Complementary Color

#dd440c #0ca5dd

#dd440c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd440c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd440c Color CSS Codes

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

#dd440c Text Font Color

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

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


#dd440c Background Color

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

This div background color is #dd440c


#dd440c Border Color

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

This div border color is #dd440c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd440c


Comments

No comments written yet.

Please login to write comment.