Color Hex Logo

#dd6518 Color Hex

#DD6518
(221,101,24)
0 Favorites   0 Comments

Color spaces of #dd6518

RGB 22110124
HSL0.070.800.48
HSV23°89°87°
CMYK 0.000.540.89   0.13
XYZ34.637324.74553.8149
Yxy24.74550.54810.3916
Hunter Lab49.744837.235930.2745
CIE-Lab56.826643.232360.1189

#dd6518 color RGB value is (221,101,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100101 00011000
Octal 335 145 30
Decimal 221 101 24
Hex DD 65 18

RGB Percentages of Color #dd6518

%63.87
%29.19
%6.94

CMYK Percentages of Color #dd6518

%0
%54
%89
%13

Triadic Colors of #dd6518

#dd6518 #18dd65 #6518dd

Analogous Colors of #dd6518

#dd6518 #ddc818 #dd182d

Monochromatic Colors of #dd6518

#dd6518

Complementary Color

#dd6518 #1890dd

#dd6518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6518 Color CSS Codes

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

#dd6518 Text Font Color

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

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


#dd6518 Background Color

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

This div background color is #dd6518


#dd6518 Border Color

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

This div border color is #dd6518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6518


Comments

No comments written yet.

Please login to write comment.