Color Hex Logo

#dda287 Color Hex

#DDA287
(221,162,135)
0 Favorites   0 Comments

Color spaces of #dda287

RGB 221162135
HSL0.050.560.70
HSV19°39°87°
CMYK 0.000.270.39   0.13
XYZ47.112342.962128.7311
Yxy42.96210.39650.3616
Hunter Lab65.545513.596319.8928
CIE-Lab71.529218.421122.6320

#dda287 color RGB value is (221,162,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 10000111
Octal 335 242 207
Decimal 221 162 135
Hex DD A2 87

RGB Percentages of Color #dda287

%42.66
%31.27
%26.06

CMYK Percentages of Color #dda287

%0
%27
%39
%13

Triadic Colors of #dda287

#dda287 #87dda2 #a287dd

Analogous Colors of #dda287

#dda287 #ddcd87 #dd8797

Monochromatic Colors of #dda287

#dda287

Complementary Color

#dda287 #87c2dd

#dda287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda287 Color CSS Codes

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

#dda287 Text Font Color

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

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


#dda287 Background Color

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

This div background color is #dda287


#dda287 Border Color

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

This div border color is #dda287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda287


Comments

No comments written yet.

Please login to write comment.