Color Hex Logo

#dd5033 Color Hex

#DD5033
(221,80,51)
0 Favorites   0 Comments

Color spaces of #dd5033

RGB 2218051
HSL0.030.710.53
HSV10°77°87°
CMYK 0.000.640.77   0.13
XYZ33.285021.34855.4983
Yxy21.34850.55350.3550
Hunter Lab46.204447.731025.2876
CIE-Lab53.328853.599345.6083

#dd5033 color RGB value is (221,80,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010000 00110011
Octal 335 120 63
Decimal 221 80 51
Hex DD 50 33

RGB Percentages of Color #dd5033

%62.78
%22.73
%14.49

CMYK Percentages of Color #dd5033

%0
%64
%77
%13

Triadic Colors of #dd5033

#dd5033 #33dd50 #5033dd

Analogous Colors of #dd5033

#dd5033 #dda533 #dd336b

Monochromatic Colors of #dd5033

#dd5033

Complementary Color

#dd5033 #33c0dd

#dd5033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5033 Color CSS Codes

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

#dd5033 Text Font Color

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

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


#dd5033 Background Color

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

This div background color is #dd5033


#dd5033 Border Color

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

This div border color is #dd5033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5033


Comments

No comments written yet.

Please login to write comment.