Color Hex Logo

#dda076 Color Hex

#DDA076
(221,160,118)
0 Favorites   0 Comments

Color spaces of #dda076

RGB 221160118
HSL0.070.600.66
HSV24°47°87°
CMYK 0.000.280.47   0.13
XYZ45.659641.821822.8054
Yxy41.82180.41400.3792
Hunter Lab64.669812.856424.3606
CIE-Lab70.747917.679430.7910

#dda076 color RGB value is (221,160,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01110110
Octal 335 240 166
Decimal 221 160 118
Hex DD A0 76

RGB Percentages of Color #dda076

%44.29
%32.06
%23.65

CMYK Percentages of Color #dda076

%0
%28
%47
%13

Triadic Colors of #dda076

#dda076 #76dda0 #a076dd

Analogous Colors of #dda076

#dda076 #ddd476 #dd7680

Monochromatic Colors of #dda076

#dda076

Complementary Color

#dda076 #76b3dd

#dda076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda076 Color CSS Codes

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

#dda076 Text Font Color

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

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


#dda076 Background Color

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

This div background color is #dda076


#dda076 Border Color

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

This div border color is #dda076


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,160,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 #dda076">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda076


Comments

No comments written yet.

Please login to write comment.