Color Hex Logo

#dda784 Color Hex

#DDA784
(221,167,132)
0 Favorites   0 Comments

Color spaces of #dda784

RGB 221167132
HSL0.070.570.69
HSV24°40°87°
CMYK 0.000.240.40   0.13
XYZ47.802444.675527.9336
Yxy44.67550.39700.3710
Hunter Lab66.839710.690022.0094
CIE-Lab72.677715.393625.8101

#dda784 color RGB value is (221,167,132).

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

The process color (four color CMYK) of #dda784 color hex is 0.00, 0.24, 0.40, 0.13. Web safe color of #dda784 is #cc9999. Color #dda784 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 10000100
Octal 335 247 204
Decimal 221 167 132
Hex DD A7 84

RGB Percentages of Color #dda784

%42.50
%32.12
%25.38

CMYK Percentages of Color #dda784

%0
%24
%40
%13

Triadic Colors of #dda784

#dda784 #84dda7 #a784dd

Analogous Colors of #dda784

#dda784 #ddd484 #dd848e

Monochromatic Colors of #dda784

#dda784

Complementary Color

#dda784 #84badd

#dda784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda784 Color CSS Codes

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

#dda784 Text Font Color

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

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


#dda784 Background Color

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

This div background color is #dda784


#dda784 Border Color

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

This div border color is #dda784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda784


Comments

No comments written yet.

Please login to write comment.