Color Hex Logo

#ddab6f Color Hex

#DDAB6F
(221,171,111)
0 Favorites   0 Comments

Color spaces of #ddab6f

RGB 221171111
HSL0.090.620.65
HSV33°50°87°
CMYK 0.000.230.50   0.13
XYZ47.250945.645721.3590
Yxy45.64570.41360.3995
Hunter Lab67.56166.605628.5491
CIE-Lab73.315011.111437.7832

#ddab6f color RGB value is (221,171,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 01101111
Octal 335 253 157
Decimal 221 171 111
Hex DD AB 6F

RGB Percentages of Color #ddab6f

%43.94
%34.00
%22.07

CMYK Percentages of Color #ddab6f

%0
%23
%50
%13

Triadic Colors of #ddab6f

#ddab6f #6fddab #ab6fdd

Analogous Colors of #ddab6f

#ddab6f #d8dd6f #dd746f

Monochromatic Colors of #ddab6f

#ddab6f

Complementary Color

#ddab6f #6fa1dd

#ddab6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab6f Color CSS Codes

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

#ddab6f Text Font Color

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

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


#ddab6f Background Color

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

This div background color is #ddab6f


#ddab6f Border Color

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

This div border color is #ddab6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab6f


Comments

No comments written yet.

Please login to write comment.