Color Hex Logo

#dda96f Color Hex

#DDA96F
(221,169,111)
0 Favorites   0 Comments

Color spaces of #dda96f

RGB 221169111
HSL0.090.620.65
HSV32°50°87°
CMYK 0.000.240.50   0.13
XYZ46.876044.895821.2340
Yxy44.89580.41480.3973
Hunter Lab67.00437.620428.1137
CIE-Lab72.823212.180937.1624

#dda96f color RGB value is (221,169,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 01101111
Octal 335 251 157
Decimal 221 169 111
Hex DD A9 6F

RGB Percentages of Color #dda96f

%44.11
%33.73
%22.16

CMYK Percentages of Color #dda96f

%0
%24
%50
%13

Triadic Colors of #dda96f

#dda96f #6fdda9 #a96fdd

Analogous Colors of #dda96f

#dda96f #dadd6f #dd726f

Monochromatic Colors of #dda96f

#dda96f

Complementary Color

#dda96f #6fa3dd

#dda96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda96f Color CSS Codes

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

#dda96f Text Font Color

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

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


#dda96f Background Color

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

This div background color is #dda96f


#dda96f Border Color

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

This div border color is #dda96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda96f

#dda96f Color Palettes


Comments

No comments written yet.

Please login to write comment.