Color Hex Logo

#dd520a Color Hex

#DD520A
(221,82,10)
0 Favorites   0 Comments

Color spaces of #dd520a

RGB 2218210
HSL0.060.910.45
HSV20°95°87°
CMYK 0.000.630.95   0.13
XYZ32.890921.42872.6898
Yxy21.42870.57690.3759
Hunter Lab46.291145.818828.9587
CIE-Lab53.415551.829161.4336

#dd520a color RGB value is (221,82,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010010 00001010
Octal 335 122 12
Decimal 221 82 10
Hex DD 52 A

RGB Percentages of Color #dd520a

%70.61
%26.20
%3.19

CMYK Percentages of Color #dd520a

%0
%63
%95
%13

Triadic Colors of #dd520a

#dd520a #0add52 #520add

Analogous Colors of #dd520a

#dd520a #ddbc0a #dd0a2b

Monochromatic Colors of #dd520a

#dd520a

Complementary Color

#dd520a #0a95dd

#dd520a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd520a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd520a Color CSS Codes

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

#dd520a Text Font Color

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

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


#dd520a Background Color

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

This div background color is #dd520a


#dd520a Border Color

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

This div border color is #dd520a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd520a


Comments

No comments written yet.

Please login to write comment.