Color Hex Logo

#dd6317 Color Hex

#DD6317
(221,99,23)
0 Favorites   0 Comments

Color spaces of #dd6317

RGB 2219923
HSL0.060.810.48
HSV23°90°87°
CMYK 0.000.550.90   0.13
XYZ34.435324.35773.6972
Yxy24.35770.55110.3898
Hunter Lab49.353538.175730.1059
CIE-Lab56.444244.185160.1396

#dd6317 color RGB value is (221,99,23).

#dd6317 hex color red value is 221, green value is 99 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #dd6317 hue: 0.06 , saturation: 0.81 and the lightness value of dd6317 is 0.48.

The process color (four color CMYK) of #dd6317 color hex is 0.00, 0.55, 0.90, 0.13. Web safe color of #dd6317 is #cc6600. Color #dd6317 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100011 00010111
Octal 335 143 27
Decimal 221 99 23
Hex DD 63 17

RGB Percentages of Color #dd6317

%64.43
%28.86
%6.71

CMYK Percentages of Color #dd6317

%0
%55
%90
%13

Triadic Colors of #dd6317

#dd6317 #17dd63 #6317dd

Analogous Colors of #dd6317

#dd6317 #ddc617 #dd172e

Monochromatic Colors of #dd6317

#dd6317

Complementary Color

#dd6317 #1791dd

#dd6317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6317 Color CSS Codes

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

#dd6317 Text Font Color

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

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


#dd6317 Background Color

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

This div background color is #dd6317


#dd6317 Border Color

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

This div border color is #dd6317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6317


Comments

No comments written yet.

Please login to write comment.