Color Hex Logo

#dda873 Color Hex

#DDA873
(221,168,115)
0 Favorites   0 Comments

Color spaces of #dda873

RGB 221168115
HSL0.080.610.66
HSV30°48°87°
CMYK 0.000.240.48   0.13
XYZ46.915944.615222.3585
Yxy44.61520.41190.3917
Hunter Lab66.79468.486126.9098
CIE-Lab72.637813.092334.8304

#dda873 color RGB value is (221,168,115).

#dda873 hex color red value is 221, green value is 168 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dda873 hue: 0.08 , saturation: 0.61 and the lightness value of dda873 is 0.66.

The process color (four color CMYK) of #dda873 color hex is 0.00, 0.24, 0.48, 0.13. Web safe color of #dda873 is #cc9966. Color #dda873 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 01110011
Octal 335 250 163
Decimal 221 168 115
Hex DD A8 73

RGB Percentages of Color #dda873

%43.85
%33.33
%22.82

CMYK Percentages of Color #dda873

%0
%24
%48
%13

Triadic Colors of #dda873

#dda873 #73dda8 #a873dd

Analogous Colors of #dda873

#dda873 #dddd73 #dd7373

Monochromatic Colors of #dda873

#dda873

Complementary Color

#dda873 #73a8dd

#dda873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda873 Color CSS Codes

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

#dda873 Text Font Color

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

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


#dda873 Background Color

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

This div background color is #dda873


#dda873 Border Color

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

This div border color is #dda873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda873


Comments

No comments written yet.

Please login to write comment.