Color Hex Logo

#dda85f Color Hex

#DDA85F
(221,168,95)
0 Favorites   0 Comments

Color spaces of #dda85f

RGB 22116895
HSL0.100.650.62
HSV35°57°87°
CMYK 0.000.240.57   0.13
XYZ45.887044.203616.9401
Yxy44.20360.42870.4130
Hunter Lab66.48586.846631.4334
CIE-Lab72.364411.360844.7846

#dda85f color RGB value is (221,168,95).

#dda85f hex color red value is 221, green value is 168 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dda85f hue: 0.10 , saturation: 0.65 and the lightness value of dda85f is 0.62.

The process color (four color CMYK) of #dda85f color hex is 0.00, 0.24, 0.57, 0.13. Web safe color of #dda85f is #cc9966. Color #dda85f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 01011111
Octal 335 250 137
Decimal 221 168 95
Hex DD A8 5F

RGB Percentages of Color #dda85f

%45.66
%34.71
%19.63

CMYK Percentages of Color #dda85f

%0
%24
%57
%13

Triadic Colors of #dda85f

#dda85f #5fdda8 #a85fdd

Analogous Colors of #dda85f

#dda85f #d3dd5f #dd695f

Monochromatic Colors of #dda85f

#dda85f

Complementary Color

#dda85f #5f94dd

#dda85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda85f Color CSS Codes

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

#dda85f Text Font Color

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

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


#dda85f Background Color

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

This div background color is #dda85f


#dda85f Border Color

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

This div border color is #dda85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda85f


Comments

No comments written yet.

Please login to write comment.