Color Hex Logo

#dd740d Color Hex

#DD740D
(221,116,13)
0 Favorites   0 Comments

Color spaces of #dd740d

RGB 22111613
HSL0.080.890.46
HSV30°94°87°
CMYK 0.000.480.94   0.13
XYZ36.136827.89203.8598
Yxy27.89200.53230.4108
Hunter Lab52.812929.714732.6358
CIE-Lab59.791035.535664.9743

#dd740d color RGB value is (221,116,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110100 00001101
Octal 335 164 15
Decimal 221 116 13
Hex DD 74 D

RGB Percentages of Color #dd740d

%63.14
%33.14
%3.71

CMYK Percentages of Color #dd740d

%0
%48
%94
%13

Triadic Colors of #dd740d

#dd740d #0ddd74 #740ddd

Analogous Colors of #dd740d

#dd740d #dddc0d #dd0d0e

Monochromatic Colors of #dd740d

#dd740d

Complementary Color

#dd740d #0d76dd

#dd740d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd740d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd740d Color CSS Codes

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

#dd740d Text Font Color

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

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


#dd740d Background Color

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

This div background color is #dd740d


#dd740d Border Color

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

This div border color is #dd740d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd740d


Comments

No comments written yet.

Please login to write comment.