Color Hex Logo

#dd501c Color Hex

#DD501C
(221,80,28)
0 Favorites   0 Comments

Color spaces of #dd501c

RGB 2218028
HSL0.040.780.49
HSV16°87°87°
CMYK 0.000.640.87   0.13
XYZ32.897121.19333.4555
Yxy21.19330.57170.3683
Hunter Lab46.036246.991427.7750
CIE-Lab53.160452.950855.9212

#dd501c color RGB value is (221,80,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010000 00011100
Octal 335 120 34
Decimal 221 80 28
Hex DD 50 1C

RGB Percentages of Color #dd501c

%67.17
%24.32
%8.51

CMYK Percentages of Color #dd501c

%0
%64
%87
%13

Triadic Colors of #dd501c

#dd501c #1cdd50 #501cdd

Analogous Colors of #dd501c

#dd501c #ddb11c #dd1c49

Monochromatic Colors of #dd501c

#dd501c

Complementary Color

#dd501c #1ca9dd

#dd501c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd501c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd501c Color CSS Codes

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

#dd501c Text Font Color

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

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


#dd501c Background Color

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

This div background color is #dd501c


#dd501c Border Color

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

This div border color is #dd501c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd501c


Comments

No comments written yet.

Please login to write comment.