Color Hex Logo

#dd510d Color Hex

#DD510D
(221,81,13)
0 Favorites   0 Comments

Color spaces of #dd510d

RGB 2218113
HSL0.050.890.46
HSV20°94°87°
CMYK 0.000.630.94   0.13
XYZ32.833921.28612.7589
Yxy21.28610.57730.3742
Hunter Lab46.136946.292328.7504
CIE-Lab53.261252.291460.6730

#dd510d color RGB value is (221,81,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010001 00001101
Octal 335 121 15
Decimal 221 81 13
Hex DD 51 D

RGB Percentages of Color #dd510d

%70.16
%25.71
%4.13

CMYK Percentages of Color #dd510d

%0
%63
%94
%13

Triadic Colors of #dd510d

#dd510d #0ddd51 #510ddd

Analogous Colors of #dd510d

#dd510d #ddb90d #dd0d31

Monochromatic Colors of #dd510d

#dd510d

Complementary Color

#dd510d #0d99dd

#dd510d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd510d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd510d Color CSS Codes

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

#dd510d Text Font Color

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

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


#dd510d Background Color

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

This div background color is #dd510d


#dd510d Border Color

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

This div border color is #dd510d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,81,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 #dd510d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd510d


Comments

No comments written yet.

Please login to write comment.