Color Hex Logo

#dda045 Color Hex

#DDA045
(221,160,69)
0 Favorites   0 Comments

Color spaces of #dda045

RGB 22116069
HSL0.100.690.57
HSV36°69°87°
CMYK 0.000.280.69   0.13
XYZ43.463840.943411.2423
Yxy40.94340.45440.4281
Hunter Lab63.98709.270534.3739
CIE-Lab70.136213.935054.6837

#dda045 color RGB value is (221,160,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01000101
Octal 335 240 105
Decimal 221 160 69
Hex DD A0 45

RGB Percentages of Color #dda045

%49.11
%35.56
%15.33

CMYK Percentages of Color #dda045

%0
%28
%69
%13

Triadic Colors of #dda045

#dda045 #45dda0 #a045dd

Analogous Colors of #dda045

#dda045 #cedd45 #dd5445

Monochromatic Colors of #dda045

#dda045

Complementary Color

#dda045 #4582dd

#dda045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda045 Color CSS Codes

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

#dda045 Text Font Color

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

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


#dda045 Background Color

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

This div background color is #dda045


#dda045 Border Color

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

This div border color is #dda045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda045


Comments

No comments written yet.

Please login to write comment.