Color Hex Logo

#dd6519 Color Hex

#DD6519
(221,101,25)
0 Favorites   0 Comments

Color spaces of #dd6519

RGB 22110125
HSL0.060.800.48
HSV23°89°87°
CMYK 0.000.540.89   0.13
XYZ34.647924.74973.8707
Yxy24.74970.54760.3912
Hunter Lab49.749137.256030.2113
CIE-Lab56.830743.250959.8085

#dd6519 color RGB value is (221,101,25).

#dd6519 hex color red value is 221, green value is 101 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dd6519 hue: 0.06 , saturation: 0.80 and the lightness value of dd6519 is 0.48.

The process color (four color CMYK) of #dd6519 color hex is 0.00, 0.54, 0.89, 0.13. Web safe color of #dd6519 is #cc6600. Color #dd6519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100101 00011001
Octal 335 145 31
Decimal 221 101 25
Hex DD 65 19

RGB Percentages of Color #dd6519

%63.69
%29.11
%7.20

CMYK Percentages of Color #dd6519

%0
%54
%89
%13

Triadic Colors of #dd6519

#dd6519 #19dd65 #6519dd

Analogous Colors of #dd6519

#dd6519 #ddc719 #dd192f

Monochromatic Colors of #dd6519

#dd6519

Complementary Color

#dd6519 #1991dd

#dd6519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6519 Color CSS Codes

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

#dd6519 Text Font Color

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

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


#dd6519 Background Color

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

This div background color is #dd6519


#dd6519 Border Color

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

This div border color is #dd6519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6519


Comments

No comments written yet.

Please login to write comment.