Color Hex Logo

#dd892e Color Hex

#DD892E
(221,137,46)
0 Favorites   0 Comments

Color spaces of #dd892e

RGB 22113746
HSL0.090.720.52
HSV31°79°87°
CMYK 0.000.380.79   0.13
XYZ39.257633.46076.9742
Yxy33.46070.49260.4199
Hunter Lab57.845219.912833.3433
CIE-Lab64.532225.240258.8269

#dd892e color RGB value is (221,137,46).

#dd892e hex color red value is 221, green value is 137 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dd892e hue: 0.09 , saturation: 0.72 and the lightness value of dd892e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001001 00101110
Octal 335 211 56
Decimal 221 137 46
Hex DD 89 2E

RGB Percentages of Color #dd892e

%54.70
%33.91
%11.39

CMYK Percentages of Color #dd892e

%0
%38
%79
%13

Triadic Colors of #dd892e

#dd892e #2edd89 #892edd

Analogous Colors of #dd892e

#dd892e #dadd2e #dd312e

Monochromatic Colors of #dd892e

#dd892e

Complementary Color

#dd892e #2e82dd

#dd892e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd892e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd892e Color CSS Codes

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

#dd892e Text Font Color

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

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


#dd892e Background Color

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

This div background color is #dd892e


#dd892e Border Color

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

This div border color is #dd892e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd892e


Comments

No comments written yet.

Please login to write comment.