Color Hex Logo

#dda329 Color Hex

#DDA329
(221,163,41)
0 Favorites   0 Comments

Color spaces of #dda329

RGB 22116341
HSL0.110.730.51
HSV41°81°87°
CMYK 0.000.260.81   0.13
XYZ43.316241.72667.8689
Yxy41.72660.46620.4491
Hunter Lab64.59616.653437.9948
CIE-Lab70.682011.146066.1448

#dda329 color RGB value is (221,163,41).

#dda329 hex color red value is 221, green value is 163 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #dda329 hue: 0.11 , saturation: 0.73 and the lightness value of dda329 is 0.51.

The process color (four color CMYK) of #dda329 color hex is 0.00, 0.26, 0.81, 0.13. Web safe color of #dda329 is #cc9933. Color #dda329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 00101001
Octal 335 243 51
Decimal 221 163 41
Hex DD A3 29

RGB Percentages of Color #dda329

%52.00
%38.35
%9.65

CMYK Percentages of Color #dda329

%0
%26
%81
%13

Triadic Colors of #dda329

#dda329 #29dda3 #a329dd

Analogous Colors of #dda329

#dda329 #bddd29 #dd4929

Monochromatic Colors of #dda329

#dda329

Complementary Color

#dda329 #2963dd

#dda329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda329 Color CSS Codes

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

#dda329 Text Font Color

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

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


#dda329 Background Color

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

This div background color is #dda329


#dda329 Border Color

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

This div border color is #dda329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda329


Comments

No comments written yet.

Please login to write comment.