Color Hex Logo

#dd510e Color Hex

#DD510E
(221,81,14)
0 Favorites   0 Comments

Color spaces of #dd510e

RGB 2218114
HSL0.050.880.46
HSV19°94°87°
CMYK 0.000.630.94   0.13
XYZ32.840521.28872.7937
Yxy21.28870.57690.3740
Hunter Lab46.139746.305228.7078
CIE-Lab53.264052.302760.4319

#dd510e color RGB value is (221,81,14).

#dd510e hex color red value is 221, green value is 81 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dd510e hue: 0.05 , saturation: 0.88 and the lightness value of dd510e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010001 00001110
Octal 335 121 16
Decimal 221 81 14
Hex DD 51 E

RGB Percentages of Color #dd510e

%69.94
%25.63
%4.43

CMYK Percentages of Color #dd510e

%0
%63
%94
%13

Triadic Colors of #dd510e

#dd510e #0edd51 #510edd

Analogous Colors of #dd510e

#dd510e #ddb90e #dd0e33

Monochromatic Colors of #dd510e

#dd510e

Complementary Color

#dd510e #0e9add

#dd510e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd510e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd510e Color CSS Codes

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

#dd510e Text Font Color

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

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


#dd510e Background Color

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

This div background color is #dd510e


#dd510e Border Color

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

This div border color is #dd510e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd510e


Comments

No comments written yet.

Please login to write comment.