Color Hex Logo

#dda06f Color Hex

#DDA06F
(221,160,111)
0 Favorites   0 Comments

Color spaces of #dda06f

RGB 221160111
HSL0.070.620.65
HSV27°50°87°
CMYK 0.000.280.50   0.13
XYZ45.258841.661520.6950
Yxy41.66150.42060.3871
Hunter Lab64.545712.207426.1721
CIE-Lab70.636917.008634.3826

#dda06f color RGB value is (221,160,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01101111
Octal 335 240 157
Decimal 221 160 111
Hex DD A0 6F

RGB Percentages of Color #dda06f

%44.92
%32.52
%22.56

CMYK Percentages of Color #dda06f

%0
%28
%50
%13

Triadic Colors of #dda06f

#dda06f #6fdda0 #a06fdd

Analogous Colors of #dda06f

#dda06f #ddd76f #dd6f75

Monochromatic Colors of #dda06f

#dda06f

Complementary Color

#dda06f #6facdd

#dda06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda06f Color CSS Codes

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

#dda06f Text Font Color

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

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


#dda06f Background Color

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

This div background color is #dda06f


#dda06f Border Color

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

This div border color is #dda06f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,160,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 #dda06f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda06f

#dda06f Color Palettes


Comments

No comments written yet.

Please login to write comment.