Color Hex Logo

#dda944 Color Hex

#DDA944
(221,169,68)
0 Favorites   0 Comments

Color spaces of #dda944

RGB 22116968
HSL0.110.690.57
HSV40°69°87°
CMYK 0.000.240.69   0.13
XYZ45.050144.165411.6192
Yxy44.16540.44680.4380
Hunter Lab66.45714.702336.1538
CIE-Lab72.33899.071357.4443

#dda944 color RGB value is (221,169,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 01000100
Octal 335 251 104
Decimal 221 169 68
Hex DD A9 44

RGB Percentages of Color #dda944

%48.25
%36.90
%14.85

CMYK Percentages of Color #dda944

%0
%24
%69
%13

Triadic Colors of #dda944

#dda944 #44dda9 #a944dd

Analogous Colors of #dda944

#dda944 #c5dd44 #dd5d44

Monochromatic Colors of #dda944

#dda944

Complementary Color

#dda944 #4478dd

#dda944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda944 Color CSS Codes

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

#dda944 Text Font Color

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

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


#dda944 Background Color

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

This div background color is #dda944


#dda944 Border Color

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

This div border color is #dda944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda944


Comments

No comments written yet.

Please login to write comment.