Color Hex Logo

#dda640 Color Hex

#DDA640
(221,166,64)
0 Favorites   0 Comments

Color spaces of #dda640

RGB 22116664
HSL0.110.700.56
HSV39°71°87°
CMYK 0.000.250.71   0.13
XYZ44.380443.014810.8141
Yxy43.01480.45190.4380
Hunter Lab65.58576.012236.1339
CIE-Lab71.565010.465658.3537

#dda640 color RGB value is (221,166,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 01000000
Octal 335 246 100
Decimal 221 166 64
Hex DD A6 40

RGB Percentages of Color #dda640

%49.00
%36.81
%14.19

CMYK Percentages of Color #dda640

%0
%25
%71
%13

Triadic Colors of #dda640

#dda640 #40dda6 #a640dd

Analogous Colors of #dda640

#dda640 #c6dd40 #dd5840

Monochromatic Colors of #dda640

#dda640

Complementary Color

#dda640 #4077dd

#dda640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda640 Color CSS Codes

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

#dda640 Text Font Color

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

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


#dda640 Background Color

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

This div background color is #dda640


#dda640 Border Color

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

This div border color is #dda640


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,166,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 #dda640">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda640


Comments

No comments written yet.

Please login to write comment.