Color Hex Logo

#dda77d Color Hex

#DDA77D
(221,167,125)
0 Favorites   0 Comments

Color spaces of #dda77d

RGB 221167125
HSL0.070.590.68
HSV26°43°87°
CMYK 0.000.240.43   0.13
XYZ47.339244.490325.4945
Yxy44.49030.40350.3792
Hunter Lab66.70109.958524.0289
CIE-Lab72.555014.634029.4106

#dda77d color RGB value is (221,167,125).

#dda77d hex color red value is 221, green value is 167 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dda77d hue: 0.07 , saturation: 0.59 and the lightness value of dda77d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 01111101
Octal 335 247 175
Decimal 221 167 125
Hex DD A7 7D

RGB Percentages of Color #dda77d

%43.08
%32.55
%24.37

CMYK Percentages of Color #dda77d

%0
%24
%43
%13

Triadic Colors of #dda77d

#dda77d #7ddda7 #a77ddd

Analogous Colors of #dda77d

#dda77d #ddd77d #dd7d83

Monochromatic Colors of #dda77d

#dda77d

Complementary Color

#dda77d #7db3dd

#dda77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda77d Color CSS Codes

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

#dda77d Text Font Color

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

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


#dda77d Background Color

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

This div background color is #dda77d


#dda77d Border Color

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

This div border color is #dda77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda77d


Comments

No comments written yet.

Please login to write comment.