Color Hex Logo

#dda775 Color Hex

#DDA775
(221,167,117)
0 Favorites   0 Comments

Color spaces of #dda775

RGB 221167117
HSL0.080.600.66
HSV29°47°87°
CMYK 0.000.240.47   0.13
XYZ46.848444.293922.9100
Yxy44.29390.41080.3884
Hunter Lab66.55379.180726.1780
CIE-Lab72.424513.822033.5004

#dda775 color RGB value is (221,167,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 01110101
Octal 335 247 165
Decimal 221 167 117
Hex DD A7 75

RGB Percentages of Color #dda775

%43.76
%33.07
%23.17

CMYK Percentages of Color #dda775

%0
%24
%47
%13

Triadic Colors of #dda775

#dda775 #75dda7 #a775dd

Analogous Colors of #dda775

#dda775 #dddb75 #dd7577

Monochromatic Colors of #dda775

#dda775

Complementary Color

#dda775 #75abdd

#dda775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda775 Color CSS Codes

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

#dda775 Text Font Color

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

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


#dda775 Background Color

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

This div background color is #dda775


#dda775 Border Color

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

This div border color is #dda775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda775


Comments

No comments written yet.

Please login to write comment.