Color Hex Logo

#dd8939 Color Hex

#DD8939
(221,137,57)
0 Favorites   0 Comments

Color spaces of #dd8939

RGB 22113757
HSL0.080.710.55
HSV29°74°87°
CMYK 0.000.380.74   0.13
XYZ39.503033.55898.2664
Yxy33.55890.48570.4126
Hunter Lab57.930020.343132.0906
CIE-Lab64.610925.675254.2976

#dd8939 color RGB value is (221,137,57).

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

The process color (four color CMYK) of #dd8939 color hex is 0.00, 0.38, 0.74, 0.13. Web safe color of #dd8939 is #cc9933. Color #dd8939 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001001 00111001
Octal 335 211 71
Decimal 221 137 57
Hex DD 89 39

RGB Percentages of Color #dd8939

%53.25
%33.01
%13.73

CMYK Percentages of Color #dd8939

%0
%38
%74
%13

Triadic Colors of #dd8939

#dd8939 #39dd89 #8939dd

Analogous Colors of #dd8939

#dd8939 #dddb39 #dd393b

Monochromatic Colors of #dd8939

#dd8939

Complementary Color

#dd8939 #398ddd

#dd8939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8939 Color CSS Codes

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

#dd8939 Text Font Color

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

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


#dd8939 Background Color

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

This div background color is #dd8939


#dd8939 Border Color

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

This div border color is #dd8939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8939


Comments

No comments written yet.

Please login to write comment.