color codes Logo

#dd883e color codes

#DD883E
(221,136,62)
0 Favorites   0 Comments

Color spaces of #dd883e

RGB 22113662
HSL0.080.700.55
HSV28°72°87°
CMYK 0.000.380.72   0.13
XYZ39.492533.32838.9089
Yxy33.32830.48320.4078
Hunter Lab57.730721.079931.2619
CIE-Lab64.425926.439851.8390

#dd883e color RGB value is (221,136,62).

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

The process color (four color CMYK) of #dd883e color code is 0.00, 0.38, 0.72, 0.13. Web safe color of #dd883e is #cc9933. Color #dd883e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001000 00111110
Octal 335 210 76
Decimal 221 136 62
Hex DD 88 3E

RGB Percentages of Color #dd883e

%52.74
%32.46
%14.80

CMYK Percentages of Color #dd883e

%0
%38
%72
%13

Triadic Colors of #dd883e

#dd883e #3edd88 #883edd

Analogous Colors of #dd883e

#dd883e #ddd83e #dd3e43

Monochromatic Colors of #dd883e

#dd883e

Complementary Color

#dd883e #3e93dd

#dd883e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd883e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd883e Color CSS Codes

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

#dd883e Text Font Color

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

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


#dd883e Background Color

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

This div background color is #dd883e


#dd883e Border Color

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

This div border color is #dd883e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd883e


Comments

No comments written yet.

Please login to write comment.