Color Hex Logo

#dda032 Color Hex

#DDA032
(221,160,50)
0 Favorites   0 Comments

Color spaces of #dda032

RGB 22116050
HSL0.110.720.53
HSV39°77°87°
CMYK 0.000.280.77   0.13
XYZ42.965340.74418.6175
Yxy40.74410.46540.4413
Hunter Lab63.83118.445536.6773
CIE-Lab69.996313.060162.4003

#dda032 color RGB value is (221,160,50).

#dda032 hex color red value is 221, green value is 160 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #dda032 hue: 0.11 , saturation: 0.72 and the lightness value of dda032 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 00110010
Octal 335 240 62
Decimal 221 160 50
Hex DD A0 32

RGB Percentages of Color #dda032

%51.28
%37.12
%11.60

CMYK Percentages of Color #dda032

%0
%28
%77
%13

Triadic Colors of #dda032

#dda032 #32dda0 #a032dd

Analogous Colors of #dda032

#dda032 #c5dd32 #dd4a32

Monochromatic Colors of #dda032

#dda032

Complementary Color

#dda032 #326fdd

#dda032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda032 Color CSS Codes

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

#dda032 Text Font Color

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

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


#dda032 Background Color

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

This div background color is #dda032


#dda032 Border Color

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

This div border color is #dda032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda032


Comments

No comments written yet.

Please login to write comment.