Color Hex Logo

#dda044 Color Hex

#DDA044
(221,160,68)
0 Favorites   0 Comments

Color spaces of #dda044

RGB 22116068
HSL0.100.690.57
HSV36°69°87°
CMYK 0.000.280.69   0.13
XYZ43.433040.931111.0802
Yxy40.93110.45510.4288
Hunter Lab63.97749.219634.5158
CIE-Lab70.127613.881255.1219

#dda044 color RGB value is (221,160,68).

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

The process color (four color CMYK) of #dda044 color hex is 0.00, 0.28, 0.69, 0.13. Web safe color of #dda044 is #cc9933. Color #dda044 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01000100
Octal 335 240 104
Decimal 221 160 68
Hex DD A0 44

RGB Percentages of Color #dda044

%49.22
%35.63
%15.14

CMYK Percentages of Color #dda044

%0
%28
%69
%13

Triadic Colors of #dda044

#dda044 #44dda0 #a044dd

Analogous Colors of #dda044

#dda044 #cedd44 #dd5444

Monochromatic Colors of #dda044

#dda044

Complementary Color

#dda044 #4481dd

#dda044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda044 Color CSS Codes

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

#dda044 Text Font Color

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

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


#dda044 Background Color

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

This div background color is #dda044


#dda044 Border Color

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

This div border color is #dda044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda044


Comments

No comments written yet.

Please login to write comment.