Color Hex Logo

#dda285 Color Hex

#DDA285
(221,162,133)
0 Favorites   0 Comments

Color spaces of #dda285

RGB 221162133
HSL0.050.560.69
HSV20°40°87°
CMYK 0.000.270.40   0.13
XYZ46.972842.906327.9963
Yxy42.90630.39850.3640
Hunter Lab65.502913.374120.5112
CIE-Lab71.491318.193623.6696

#dda285 color RGB value is (221,162,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 10000101
Octal 335 242 205
Decimal 221 162 133
Hex DD A2 85

RGB Percentages of Color #dda285

%42.83
%31.40
%25.78

CMYK Percentages of Color #dda285

%0
%27
%40
%13

Triadic Colors of #dda285

#dda285 #85dda2 #a285dd

Analogous Colors of #dda285

#dda285 #ddce85 #dd8594

Monochromatic Colors of #dda285

#dda285

Complementary Color

#dda285 #85c0dd

#dda285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda285 Color CSS Codes

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

#dda285 Text Font Color

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

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


#dda285 Background Color

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

This div background color is #dda285


#dda285 Border Color

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

This div border color is #dda285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda285


Comments

No comments written yet.

Please login to write comment.