Color Hex Logo

#dda874 Color Hex

#DDA874
(221,168,116)
0 Favorites   0 Comments

Color spaces of #dda874

RGB 221168116
HSL0.080.610.66
HSV30°48°87°
CMYK 0.000.240.48   0.13
XYZ46.973844.638422.6633
Yxy44.63840.41110.3906
Hunter Lab66.81208.577926.6566
CIE-Lab72.653213.188534.3232

#dda874 color RGB value is (221,168,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 01110100
Octal 335 250 164
Decimal 221 168 116
Hex DD A8 74

RGB Percentages of Color #dda874

%43.76
%33.27
%22.97

CMYK Percentages of Color #dda874

%0
%24
%48
%13

Triadic Colors of #dda874

#dda874 #74dda8 #a874dd

Analogous Colors of #dda874

#dda874 #dddd74 #dd7475

Monochromatic Colors of #dda874

#dda874

Complementary Color

#dda874 #74a9dd

#dda874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda874 Color CSS Codes

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

#dda874 Text Font Color

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

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


#dda874 Background Color

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

This div background color is #dda874


#dda874 Border Color

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

This div border color is #dda874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda874


Comments

No comments written yet.

Please login to write comment.