Color Hex Logo

#ddae76 Color Hex

#DDAE76
(221,174,118)
1 Favorites   0 Comments

Color spaces of #ddae76

RGB 221174118
HSL0.090.600.66
HSV33°47°87°
CMYK 0.000.210.47   0.13
XYZ48.224946.952323.6605
Yxy46.95230.40580.3951
Hunter Lab68.52175.713427.4924
CIE-Lab74.159210.175735.2063

#ddae76 color RGB value is (221,174,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 01110110
Octal 335 256 166
Decimal 221 174 118
Hex DD AE 76

RGB Percentages of Color #ddae76

%43.08
%33.92
%23.00

CMYK Percentages of Color #ddae76

%0
%21
%47
%13

Triadic Colors of #ddae76

#ddae76 #76ddae #ae76dd

Analogous Colors of #ddae76

#ddae76 #d9dd76 #dd7b76

Monochromatic Colors of #ddae76

#ddae76

Complementary Color

#ddae76 #76a5dd

#ddae76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddae76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddae76 Color CSS Codes

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

#ddae76 Text Font Color

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

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


#ddae76 Background Color

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

This div background color is #ddae76


#ddae76 Border Color

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

This div border color is #ddae76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddae76


Comments

No comments written yet.

Please login to write comment.