Color Hex Logo

#dd501d Color Hex

#DD501D
(221,80,29)
0 Favorites   0 Comments

Color spaces of #dd501d

RGB 2218029
HSL0.040.770.49
HSV16°87°87°
CMYK 0.000.640.87   0.13
XYZ32.909221.19823.5195
Yxy21.19820.57110.3679
Hunter Lab46.041547.014327.6968
CIE-Lab53.165752.970955.5418

#dd501d color RGB value is (221,80,29).

#dd501d hex color red value is 221, green value is 80 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dd501d hue: 0.04 , saturation: 0.77 and the lightness value of dd501d is 0.49.

The process color (four color CMYK) of #dd501d color hex is 0.00, 0.64, 0.87, 0.13. Web safe color of #dd501d is #cc6633. Color #dd501d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010000 00011101
Octal 335 120 35
Decimal 221 80 29
Hex DD 50 1D

RGB Percentages of Color #dd501d

%66.97
%24.24
%8.79

CMYK Percentages of Color #dd501d

%0
%64
%87
%13

Triadic Colors of #dd501d

#dd501d #1ddd50 #501ddd

Analogous Colors of #dd501d

#dd501d #ddb01d #dd1d4a

Monochromatic Colors of #dd501d

#dd501d

Complementary Color

#dd501d #1daadd

#dd501d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd501d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd501d Color CSS Codes

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

#dd501d Text Font Color

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

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


#dd501d Background Color

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

This div background color is #dd501d


#dd501d Border Color

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

This div border color is #dd501d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd501d


Comments

No comments written yet.

Please login to write comment.