Color Hex Logo

#dda776 Color Hex

#DDA776
(221,167,118)
0 Favorites   0 Comments

Color spaces of #dda776

RGB 221167118
HSL0.080.600.66
HSV29°47°87°
CMYK 0.000.240.47   0.13
XYZ46.907544.317623.2214
Yxy44.31760.40990.3872
Hunter Lab66.57159.274425.9185
CIE-Lab72.440313.920132.9911

#dda776 color RGB value is (221,167,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 01110110
Octal 335 247 166
Decimal 221 167 118
Hex DD A7 76

RGB Percentages of Color #dda776

%43.68
%33.00
%23.32

CMYK Percentages of Color #dda776

%0
%24
%47
%13

Triadic Colors of #dda776

#dda776 #76dda7 #a776dd

Analogous Colors of #dda776

#dda776 #dddb76 #dd7679

Monochromatic Colors of #dda776

#dda776

Complementary Color

#dda776 #76acdd

#dda776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda776 Color CSS Codes

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

#dda776 Text Font Color

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

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


#dda776 Background Color

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

This div background color is #dda776


#dda776 Border Color

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

This div border color is #dda776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda776


Comments

No comments written yet.

Please login to write comment.