Color Hex Logo

#dd7133 Color Hex

#DD7133
(221,113,51)
0 Favorites   0 Comments

Color spaces of #dd7133

RGB 22111351
HSL0.060.710.53
HSV22°77°87°
CMYK 0.000.490.77   0.13
XYZ36.321527.42146.5105
Yxy27.42140.51700.3903
Hunter Lab52.365432.170929.2844
CIE-Lab59.362437.999451.7277

#dd7133 color RGB value is (221,113,51).

#dd7133 hex color red value is 221, green value is 113 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dd7133 hue: 0.06 , saturation: 0.71 and the lightness value of dd7133 is 0.53.

The process color (four color CMYK) of #dd7133 color hex is 0.00, 0.49, 0.77, 0.13. Web safe color of #dd7133 is #cc6633. Color #dd7133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110001 00110011
Octal 335 161 63
Decimal 221 113 51
Hex DD 71 33

RGB Percentages of Color #dd7133

%57.40
%29.35
%13.25

CMYK Percentages of Color #dd7133

%0
%49
%77
%13

Triadic Colors of #dd7133

#dd7133 #33dd71 #7133dd

Analogous Colors of #dd7133

#dd7133 #ddc633 #dd334a

Monochromatic Colors of #dd7133

#dd7133

Complementary Color

#dd7133 #339fdd

#dd7133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7133 Color CSS Codes

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

#dd7133 Text Font Color

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

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


#dd7133 Background Color

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

This div background color is #dd7133


#dd7133 Border Color

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

This div border color is #dd7133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7133


Comments

No comments written yet.

Please login to write comment.