Color Hex Logo

#dd720f Color Hex

#DD720F
(221,114,15)
0 Favorites   0 Comments

Color spaces of #dd720f

RGB 22111415
HSL0.080.870.46
HSV29°93°87°
CMYK 0.000.480.93   0.13
XYZ35.922327.44133.8553
Yxy27.44130.53440.4082
Hunter Lab52.384430.732532.3056
CIE-Lab59.380636.586764.2922

#dd720f color RGB value is (221,114,15).

#dd720f hex color red value is 221, green value is 114 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dd720f hue: 0.08 , saturation: 0.87 and the lightness value of dd720f is 0.46.

The process color (four color CMYK) of #dd720f color hex is 0.00, 0.48, 0.93, 0.13. Web safe color of #dd720f is #cc6600. Color #dd720f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110010 00001111
Octal 335 162 17
Decimal 221 114 15
Hex DD 72 F

RGB Percentages of Color #dd720f

%63.14
%32.57
%4.29

CMYK Percentages of Color #dd720f

%0
%48
%93
%13

Triadic Colors of #dd720f

#dd720f #0fdd72 #720fdd

Analogous Colors of #dd720f

#dd720f #ddd90f #dd0f13

Monochromatic Colors of #dd720f

#dd720f

Complementary Color

#dd720f #0f7add

#dd720f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd720f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd720f Color CSS Codes

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

#dd720f Text Font Color

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

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


#dd720f Background Color

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

This div background color is #dd720f


#dd720f Border Color

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

This div border color is #dd720f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd720f


Comments

No comments written yet.

Please login to write comment.