Color Hex Logo

#dda58f Color Hex

#DDA58F
(221,165,143)
0 Favorites   0 Comments

Color spaces of #dda58f

RGB 221165143
HSL0.050.530.71
HSV17°35°87°
CMYK 0.000.250.35   0.13
XYZ48.231944.265631.9886
Yxy44.26560.38740.3556
Hunter Lab66.532412.969818.0662
CIE-Lab72.405717.753519.4674

#dda58f color RGB value is (221,165,143).

#dda58f hex color red value is 221, green value is 165 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dda58f hue: 0.05 , saturation: 0.53 and the lightness value of dda58f is 0.71.

The process color (four color CMYK) of #dda58f color hex is 0.00, 0.25, 0.35, 0.13. Web safe color of #dda58f is #cc9999. Color #dda58f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 10001111
Octal 335 245 217
Decimal 221 165 143
Hex DD A5 8F

RGB Percentages of Color #dda58f

%41.78
%31.19
%27.03

CMYK Percentages of Color #dda58f

%0
%25
%35
%13

Triadic Colors of #dda58f

#dda58f #8fdda5 #a58fdd

Analogous Colors of #dda58f

#dda58f #ddcc8f #dd8fa0

Monochromatic Colors of #dda58f

#dda58f

Complementary Color

#dda58f #8fc7dd

#dda58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda58f Color CSS Codes

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

#dda58f Text Font Color

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

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


#dda58f Background Color

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

This div background color is #dda58f


#dda58f Border Color

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

This div border color is #dda58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda58f

#dda58f Color Palettes


Comments

No comments written yet.

Please login to write comment.