Color Hex Logo

#ddad6f Color Hex

#DDAD6F
(221,173,111)
0 Favorites   0 Comments

Color spaces of #ddad6f

RGB 221173111
HSL0.090.620.65
HSV34°50°87°
CMYK 0.000.220.50   0.13
XYZ47.631646.407021.4859
Yxy46.40700.41230.4017
Hunter Lab68.12275.593128.9858
CIE-Lab73.808910.043838.4049

#ddad6f color RGB value is (221,173,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 01101111
Octal 335 255 157
Decimal 221 173 111
Hex DD AD 6F

RGB Percentages of Color #ddad6f

%43.76
%34.26
%21.98

CMYK Percentages of Color #ddad6f

%0
%22
%50
%13

Triadic Colors of #ddad6f

#ddad6f #6fddad #ad6fdd

Analogous Colors of #ddad6f

#ddad6f #d6dd6f #dd766f

Monochromatic Colors of #ddad6f

#ddad6f

Complementary Color

#ddad6f #6f9fdd

#ddad6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddad6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddad6f Color CSS Codes

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

#ddad6f Text Font Color

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

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


#ddad6f Background Color

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

This div background color is #ddad6f


#ddad6f Border Color

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

This div border color is #ddad6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddad6f


Comments

No comments written yet.

Please login to write comment.