Color Hex Logo

#dda284 Color Hex

#DDA284
(221,162,132)
0 Favorites   0 Comments

Color spaces of #dda284

RGB 221162132
HSL0.060.570.69
HSV20°40°87°
CMYK 0.000.270.40   0.13
XYZ46.904042.878827.6341
Yxy42.87880.39950.3652
Hunter Lab65.481913.264320.8163
CIE-Lab71.472618.081124.1882

#dda284 color RGB value is (221,162,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 10000100
Octal 335 242 204
Decimal 221 162 132
Hex DD A2 84

RGB Percentages of Color #dda284

%42.91
%31.46
%25.63

CMYK Percentages of Color #dda284

%0
%27
%40
%13

Triadic Colors of #dda284

#dda284 #84dda2 #a284dd

Analogous Colors of #dda284

#dda284 #ddcf84 #dd8493

Monochromatic Colors of #dda284

#dda284

Complementary Color

#dda284 #84bfdd

#dda284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda284 Color CSS Codes

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

#dda284 Text Font Color

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

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


#dda284 Background Color

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

This div background color is #dda284


#dda284 Border Color

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

This div border color is #dda284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda284


Comments

No comments written yet.

Please login to write comment.