Color Hex Logo

#dda440 Color Hex

#DDA440
(221,164,64)
0 Favorites   0 Comments

Color spaces of #dda440

RGB 22116464
HSL0.110.700.56
HSV38°71°87°
CMYK 0.000.260.71   0.13
XYZ44.019742.293210.6938
Yxy42.29320.45380.4360
Hunter Lab65.03327.015035.7738
CIE-Lab71.072611.534457.8495

#dda440 color RGB value is (221,164,64).

#dda440 hex color red value is 221, green value is 164 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dda440 hue: 0.11 , saturation: 0.70 and the lightness value of dda440 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 01000000
Octal 335 244 100
Decimal 221 164 64
Hex DD A4 40

RGB Percentages of Color #dda440

%49.22
%36.53
%14.25

CMYK Percentages of Color #dda440

%0
%26
%71
%13

Triadic Colors of #dda440

#dda440 #40dda4 #a440dd

Analogous Colors of #dda440

#dda440 #c8dd40 #dd5640

Monochromatic Colors of #dda440

#dda440

Complementary Color

#dda440 #4079dd

#dda440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda440 Color CSS Codes

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

#dda440 Text Font Color

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

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


#dda440 Background Color

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

This div background color is #dda440


#dda440 Border Color

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

This div border color is #dda440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda440


Comments

No comments written yet.

Please login to write comment.