Color Hex Logo

#dda489 Color Hex

#DDA489
(221,164,137)
0 Favorites   0 Comments

Color spaces of #dda489

RGB 221164137
HSL0.050.550.70
HSV19°38°87°
CMYK 0.000.260.38   0.13
XYZ47.609643.729229.5982
Yxy43.72920.39370.3616
Hunter Lab66.128112.788919.7521
CIE-Lab72.047117.576322.2471

#dda489 color RGB value is (221,164,137).

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

The process color (four color CMYK) of #dda489 color hex is 0.00, 0.26, 0.38, 0.13. Web safe color of #dda489 is #cc9999. Color #dda489 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 10001001
Octal 335 244 211
Decimal 221 164 137
Hex DD A4 89

RGB Percentages of Color #dda489

%42.34
%31.42
%26.25

CMYK Percentages of Color #dda489

%0
%26
%38
%13

Triadic Colors of #dda489

#dda489 #89dda4 #a489dd

Analogous Colors of #dda489

#dda489 #ddce89 #dd8998

Monochromatic Colors of #dda489

#dda489

Complementary Color

#dda489 #89c2dd

#dda489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda489 Color CSS Codes

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

#dda489 Text Font Color

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

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


#dda489 Background Color

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

This div background color is #dda489


#dda489 Border Color

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

This div border color is #dda489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda489


Comments

No comments written yet.

Please login to write comment.