Color Hex Logo

#dda32d Color Hex

#DDA32D
(221,163,45)
0 Favorites   0 Comments

Color spaces of #dda32d

RGB 22116345
HSL0.110.720.52
HSV40°80°87°
CMYK 0.000.260.80   0.13
XYZ43.389641.75608.2555
Yxy41.75600.46460.4471
Hunter Lab64.61896.774237.6585
CIE-Lab70.702411.275564.8373

#dda32d color RGB value is (221,163,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 00101101
Octal 335 243 55
Decimal 221 163 45
Hex DD A3 2D

RGB Percentages of Color #dda32d

%51.52
%38.00
%10.49

CMYK Percentages of Color #dda32d

%0
%26
%80
%13

Triadic Colors of #dda32d

#dda32d #2ddda3 #a32ddd

Analogous Colors of #dda32d

#dda32d #bfdd2d #dd4b2d

Monochromatic Colors of #dda32d

#dda32d

Complementary Color

#dda32d #2d67dd

#dda32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda32d Color CSS Codes

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

#dda32d Text Font Color

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

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


#dda32d Background Color

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

This div background color is #dda32d


#dda32d Border Color

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

This div border color is #dda32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda32d


Comments

No comments written yet.

Please login to write comment.