Color Hex Logo

#dd560b Color Hex

#DD560B
(221,86,11)
0 Favorites   0 Comments

Color spaces of #dd560b

RGB 2218611
HSL0.060.910.45
HSV21°95°87°
CMYK 0.000.610.95   0.13
XYZ33.207022.05192.8228
Yxy22.05190.57170.3797
Hunter Lab46.959544.045829.3076
CIE-Lab54.082050.077261.6381

#dd560b color RGB value is (221,86,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010110 00001011
Octal 335 126 13
Decimal 221 86 11
Hex DD 56 B

RGB Percentages of Color #dd560b

%69.50
%27.04
%3.46

CMYK Percentages of Color #dd560b

%0
%61
%95
%13

Triadic Colors of #dd560b

#dd560b #0bdd56 #560bdd

Analogous Colors of #dd560b

#dd560b #ddbf0b #dd0b29

Monochromatic Colors of #dd560b

#dd560b

Complementary Color

#dd560b #0b92dd

#dd560b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd560b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd560b Color CSS Codes

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

#dd560b Text Font Color

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

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


#dd560b Background Color

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

This div background color is #dd560b


#dd560b Border Color

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

This div border color is #dd560b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,86,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 #dd560b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd560b


Comments

No comments written yet.

Please login to write comment.