Color Hex Logo

#dd560a Color Hex

#DD560A
(221,86,10)
0 Favorites   0 Comments

Color spaces of #dd560a

RGB 2218610
HSL0.060.910.45
HSV22°95°87°
CMYK 0.000.610.95   0.13
XYZ33.201422.04962.7933
Yxy22.04960.57200.3799
Hunter Lab46.957044.035429.3430
CIE-Lab54.079650.067961.8409

#dd560a color RGB value is (221,86,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010110 00001010
Octal 335 126 12
Decimal 221 86 10
Hex DD 56 A

RGB Percentages of Color #dd560a

%69.72
%27.13
%3.15

CMYK Percentages of Color #dd560a

%0
%61
%95
%13

Triadic Colors of #dd560a

#dd560a #0add56 #560add

Analogous Colors of #dd560a

#dd560a #ddc00a #dd0a27

Monochromatic Colors of #dd560a

#dd560a

Complementary Color

#dd560a #0a91dd

#dd560a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd560a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd560a Color CSS Codes

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

#dd560a Text Font Color

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

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


#dd560a Background Color

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

This div background color is #dd560a


#dd560a Border Color

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

This div border color is #dd560a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd560a


Comments

No comments written yet.

Please login to write comment.