Color Hex Logo

#dd530a Color Hex

#DD530A
(221,83,10)
0 Favorites   0 Comments

Color spaces of #dd530a

RGB 2218310
HSL0.060.910.45
HSV21°95°87°
CMYK 0.000.620.95   0.13
XYZ32.966821.58062.7151
Yxy21.58060.57570.3769
Hunter Lab46.454945.376629.0532
CIE-Lab53.579251.393661.5337

#dd530a color RGB value is (221,83,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010011 00001010
Octal 335 123 12
Decimal 221 83 10
Hex DD 53 A

RGB Percentages of Color #dd530a

%70.38
%26.43
%3.18

CMYK Percentages of Color #dd530a

%0
%62
%95
%13

Triadic Colors of #dd530a

#dd530a #0add53 #530add

Analogous Colors of #dd530a

#dd530a #ddbd0a #dd0a2a

Monochromatic Colors of #dd530a

#dd530a

Complementary Color

#dd530a #0a94dd

#dd530a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd530a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd530a Color CSS Codes

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

#dd530a Text Font Color

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

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


#dd530a Background Color

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

This div background color is #dd530a


#dd530a Border Color

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

This div border color is #dd530a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd530a


Comments

No comments written yet.

Please login to write comment.