Color Hex Logo

#dd7416 Color Hex

#DD7416
(221,116,22)
0 Favorites   0 Comments

Color spaces of #dd7416

RGB 22111622
HSL0.080.820.48
HSV28°90°87°
CMYK 0.000.480.90   0.13
XYZ36.209027.92094.2399
Yxy27.92090.52960.4084
Hunter Lab52.840229.847532.2307
CIE-Lab59.817235.663962.9299

#dd7416 color RGB value is (221,116,22).

#dd7416 hex color red value is 221, green value is 116 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dd7416 hue: 0.08 , saturation: 0.82 and the lightness value of dd7416 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110100 00010110
Octal 335 164 26
Decimal 221 116 22
Hex DD 74 16

RGB Percentages of Color #dd7416

%61.56
%32.31
%6.13

CMYK Percentages of Color #dd7416

%0
%48
%90
%13

Triadic Colors of #dd7416

#dd7416 #16dd74 #7416dd

Analogous Colors of #dd7416

#dd7416 #ddd816 #dd161b

Monochromatic Colors of #dd7416

#dd7416

Complementary Color

#dd7416 #167fdd

#dd7416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7416 Color CSS Codes

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

#dd7416 Text Font Color

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

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


#dd7416 Background Color

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

This div background color is #dd7416


#dd7416 Border Color

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

This div border color is #dd7416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7416


Comments

No comments written yet.

Please login to write comment.