Color Hex Logo

#dda132 Color Hex

#DDA132
(221,161,50)
0 Favorites   0 Comments

Color spaces of #dda132

RGB 22116150
HSL0.110.720.53
HSV39°77°87°
CMYK 0.000.270.77   0.13
XYZ43.139441.09228.6755
Yxy41.09220.46430.4423
Hunter Lab64.10327.944236.8481
CIE-Lab70.240512.525062.6291

#dda132 color RGB value is (221,161,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 00110010
Octal 335 241 62
Decimal 221 161 50
Hex DD A1 32

RGB Percentages of Color #dda132

%51.16
%37.27
%11.57

CMYK Percentages of Color #dda132

%0
%27
%77
%13

Triadic Colors of #dda132

#dda132 #32dda1 #a132dd

Analogous Colors of #dda132

#dda132 #c4dd32 #dd4b32

Monochromatic Colors of #dda132

#dda132

Complementary Color

#dda132 #326edd

#dda132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda132 Color CSS Codes

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

#dda132 Text Font Color

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

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


#dda132 Background Color

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

This div background color is #dda132


#dda132 Border Color

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

This div border color is #dda132


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,161,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 #dda132">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda132


Comments

No comments written yet.

Please login to write comment.