Color Hex Logo

#dd866a Color Hex

#DD866A
(221,134,106)
0 Favorites   0 Comments

Color spaces of #dd866a

RGB 221134106
HSL0.040.630.64
HSV15°52°87°
CMYK 0.000.390.52   0.13
XYZ40.945433.463017.9366
Yxy33.46300.44340.3624
Hunter Lab57.847225.113222.1091
CIE-Lab64.534130.493829.2150

#dd866a color RGB value is (221,134,106).

#dd866a hex color red value is 221, green value is 134 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dd866a hue: 0.04 , saturation: 0.63 and the lightness value of dd866a is 0.64.

The process color (four color CMYK) of #dd866a color hex is 0.00, 0.39, 0.52, 0.13. Web safe color of #dd866a is #cc9966. Color #dd866a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000110 01101010
Octal 335 206 152
Decimal 221 134 106
Hex DD 86 6A

RGB Percentages of Color #dd866a

%47.94
%29.07
%22.99

CMYK Percentages of Color #dd866a

%0
%39
%52
%13

Triadic Colors of #dd866a

#dd866a #6add86 #866add

Analogous Colors of #dd866a

#dd866a #ddc06a #dd6a88

Monochromatic Colors of #dd866a

#dd866a

Complementary Color

#dd866a #6ac1dd

#dd866a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd866a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd866a Color CSS Codes

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

#dd866a Text Font Color

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

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


#dd866a Background Color

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

This div background color is #dd866a


#dd866a Border Color

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

This div border color is #dd866a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd866a


Comments

No comments written yet.

Please login to write comment.