Color Hex Logo

#dda778 Color Hex

#DDA778
(221,167,120)
0 Favorites   0 Comments

Color spaces of #dda778

RGB 221167120
HSL0.080.600.67
HSV28°46°87°
CMYK 0.000.240.46   0.13
XYZ47.027744.365723.8541
Yxy44.36570.40810.3850
Hunter Lab66.60769.465125.3918
CIE-Lab72.472314.119431.9707

#dda778 color RGB value is (221,167,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 01111000
Octal 335 247 170
Decimal 221 167 120
Hex DD A7 78

RGB Percentages of Color #dda778

%43.50
%32.87
%23.62

CMYK Percentages of Color #dda778

%0
%24
%46
%13

Triadic Colors of #dda778

#dda778 #78dda7 #a778dd

Analogous Colors of #dda778

#dda778 #ddda78 #dd787c

Monochromatic Colors of #dda778

#dda778

Complementary Color

#dda778 #78aedd

#dda778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda778 Color CSS Codes

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

#dda778 Text Font Color

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

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


#dda778 Background Color

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

This div background color is #dda778


#dda778 Border Color

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

This div border color is #dda778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda778


Comments

No comments written yet.

Please login to write comment.