Color Hex Logo

#dd8033 Color Hex

#DD8033
(221,128,51)
0 Favorites   0 Comments

Color spaces of #dd8033

RGB 22112851
HSL0.080.710.53
HSV27°77°87°
CMYK 0.000.420.77   0.13
XYZ38.135531.04957.1152
Yxy31.04950.49980.4069
Hunter Lab55.722124.649631.4347
CIE-Lab62.549430.204754.8726

#dd8033 color RGB value is (221,128,51).

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

The process color (four color CMYK) of #dd8033 color hex is 0.00, 0.42, 0.77, 0.13. Web safe color of #dd8033 is #cc9933. Color #dd8033 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000000 00110011
Octal 335 200 63
Decimal 221 128 51
Hex DD 80 33

RGB Percentages of Color #dd8033

%55.25
%32.00
%12.75

CMYK Percentages of Color #dd8033

%0
%42
%77
%13

Triadic Colors of #dd8033

#dd8033 #33dd80 #8033dd

Analogous Colors of #dd8033

#dd8033 #ddd533 #dd333b

Monochromatic Colors of #dd8033

#dd8033

Complementary Color

#dd8033 #3390dd

#dd8033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8033 Color CSS Codes

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

#dd8033 Text Font Color

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

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


#dd8033 Background Color

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

This div background color is #dd8033


#dd8033 Border Color

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

This div border color is #dd8033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8033

#dd8033 Color Palettes


Comments

No comments written yet.

Please login to write comment.