Color Hex Logo

#dd560e Color Hex

#DD560E
(221,86,14)
0 Favorites   0 Comments

Color spaces of #dd560e

RGB 2218614
HSL0.060.880.46
HSV21°94°87°
CMYK 0.000.610.94   0.13
XYZ33.225822.05942.9222
Yxy22.05940.57080.3790
Hunter Lab46.967444.081829.1883
CIE-Lab54.090050.109460.9650

#dd560e color RGB value is (221,86,14).

#dd560e hex color red value is 221, green value is 86 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dd560e hue: 0.06 , saturation: 0.88 and the lightness value of dd560e is 0.46.

The process color (four color CMYK) of #dd560e color hex is 0.00, 0.61, 0.94, 0.13. Web safe color of #dd560e is #cc6600. Color #dd560e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010110 00001110
Octal 335 126 16
Decimal 221 86 14
Hex DD 56 E

RGB Percentages of Color #dd560e

%68.85
%26.79
%4.36

CMYK Percentages of Color #dd560e

%0
%61
%94
%13

Triadic Colors of #dd560e

#dd560e #0edd56 #560edd

Analogous Colors of #dd560e

#dd560e #ddbe0e #dd0e2e

Monochromatic Colors of #dd560e

#dd560e

Complementary Color

#dd560e #0e95dd

#dd560e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd560e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd560e Color CSS Codes

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

#dd560e Text Font Color

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

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


#dd560e Background Color

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

This div background color is #dd560e


#dd560e Border Color

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

This div border color is #dd560e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd560e


Comments

No comments written yet.

Please login to write comment.