Color Hex Logo

#ddab6c Color Hex

#DDAB6C
(221,171,108)
0 Favorites   0 Comments

Color spaces of #ddab6c

RGB 221171108
HSL0.090.620.65
HSV33°51°87°
CMYK 0.000.230.51   0.13
XYZ47.088545.580720.5035
Yxy45.58070.41610.4028
Hunter Lab67.51356.349529.2534
CIE-Lab73.272610.839939.2828

#ddab6c color RGB value is (221,171,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 01101100
Octal 335 253 154
Decimal 221 171 108
Hex DD AB 6C

RGB Percentages of Color #ddab6c

%44.20
%34.20
%21.60

CMYK Percentages of Color #ddab6c

%0
%23
%51
%13

Triadic Colors of #ddab6c

#ddab6c #6cddab #ab6cdd

Analogous Colors of #ddab6c

#ddab6c #d7dd6c #dd736c

Monochromatic Colors of #ddab6c

#ddab6c

Complementary Color

#ddab6c #6c9edd

#ddab6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab6c Color CSS Codes

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

#ddab6c Text Font Color

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

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


#ddab6c Background Color

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

This div background color is #ddab6c


#ddab6c Border Color

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

This div border color is #ddab6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab6c


Comments

No comments written yet.

Please login to write comment.