Color Hex Logo

#dd6921 Color Hex

#DD6921
(221,105,33)
0 Favorites   0 Comments

Color spaces of #dd6921

RGB 22110533
HSL0.060.740.50
HSV23°85°87°
CMYK 0.000.520.85   0.13
XYZ35.144925.58514.5249
Yxy25.58510.53860.3921
Hunter Lab50.581735.506430.1033
CIE-Lab57.641141.457657.6919

#dd6921 color RGB value is (221,105,33).

#dd6921 hex color red value is 221, green value is 105 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dd6921 hue: 0.06 , saturation: 0.74 and the lightness value of dd6921 is 0.50.

The process color (four color CMYK) of #dd6921 color hex is 0.00, 0.52, 0.85, 0.13. Web safe color of #dd6921 is #cc6633. Color #dd6921 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101001 00100001
Octal 335 151 41
Decimal 221 105 33
Hex DD 69 21

RGB Percentages of Color #dd6921

%61.56
%29.25
%9.19

CMYK Percentages of Color #dd6921

%0
%52
%85
%13

Triadic Colors of #dd6921

#dd6921 #21dd69 #6921dd

Analogous Colors of #dd6921

#dd6921 #ddc721 #dd2137

Monochromatic Colors of #dd6921

#dd6921

Complementary Color

#dd6921 #2195dd

#dd6921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6921 Color CSS Codes

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

#dd6921 Text Font Color

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

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


#dd6921 Background Color

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

This div background color is #dd6921


#dd6921 Border Color

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

This div border color is #dd6921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6921


Comments

No comments written yet.

Please login to write comment.