Color Hex Logo

#ddab47 Color Hex

#DDAB47
(221,171,71)
0 Favorites   0 Comments

Color spaces of #ddab47

RGB 22117171
HSL0.110.690.57
HSV40°68°87°
CMYK 0.000.230.68   0.13
XYZ45.519044.952912.2389
Yxy44.95290.44320.4377
Hunter Lab67.04693.853836.1099
CIE-Lab72.86098.169356.6869

#ddab47 color RGB value is (221,171,71).

#ddab47 hex color red value is 221, green value is 171 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ddab47 hue: 0.11 , saturation: 0.69 and the lightness value of ddab47 is 0.57.

The process color (four color CMYK) of #ddab47 color hex is 0.00, 0.23, 0.68, 0.13. Web safe color of #ddab47 is #cc9933. Color #ddab47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 01000111
Octal 335 253 107
Decimal 221 171 71
Hex DD AB 47

RGB Percentages of Color #ddab47

%47.73
%36.93
%15.33

CMYK Percentages of Color #ddab47

%0
%23
%68
%13

Triadic Colors of #ddab47

#ddab47 #47ddab #ab47dd

Analogous Colors of #ddab47

#ddab47 #c4dd47 #dd6047

Monochromatic Colors of #ddab47

#ddab47

Complementary Color

#ddab47 #4779dd

#ddab47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab47 Color CSS Codes

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

#ddab47 Text Font Color

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

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


#ddab47 Background Color

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

This div background color is #ddab47


#ddab47 Border Color

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

This div border color is #ddab47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab47

#ddab47 Color Palettes


Comments

No comments written yet.

Please login to write comment.