Color Hex Logo

#dda937 Color Hex

#DDA937
(221,169,55)
0 Favorites   0 Comments

Color spaces of #dda937

RGB 22116955
HSL0.110.710.54
HSV41°75°87°
CMYK 0.000.240.75   0.13
XYZ44.696344.02399.7561
Yxy44.02390.45390.4471
Hunter Lab66.35054.131237.7274
CIE-Lab72.24458.455162.6500

#dda937 color RGB value is (221,169,55).

#dda937 hex color red value is 221, green value is 169 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #dda937 hue: 0.11 , saturation: 0.71 and the lightness value of dda937 is 0.54.

The process color (four color CMYK) of #dda937 color hex is 0.00, 0.24, 0.75, 0.13. Web safe color of #dda937 is #cc9933. Color #dda937 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 00110111
Octal 335 251 67
Decimal 221 169 55
Hex DD A9 37

RGB Percentages of Color #dda937

%49.66
%37.98
%12.36

CMYK Percentages of Color #dda937

%0
%24
%75
%13

Triadic Colors of #dda937

#dda937 #37dda9 #a937dd

Analogous Colors of #dda937

#dda937 #bedd37 #dd5637

Monochromatic Colors of #dda937

#dda937

Complementary Color

#dda937 #376bdd

#dda937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda937 Color CSS Codes

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

#dda937 Text Font Color

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

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


#dda937 Background Color

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

This div background color is #dda937


#dda937 Border Color

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

This div border color is #dda937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda937


Comments

No comments written yet.

Please login to write comment.