Color Hex Logo

#dda064 Color Hex

#DDA064
(221,160,100)
0 Favorites   0 Comments

Color spaces of #dda064

RGB 221160100
HSL0.080.640.63
HSV30°55°87°
CMYK 0.000.280.55   0.13
XYZ44.689841.433917.6987
Yxy41.43390.43040.3991
Hunter Lab64.369211.281728.7563
CIE-Lab70.478916.046739.9515

#dda064 color RGB value is (221,160,100).

#dda064 hex color red value is 221, green value is 160 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dda064 hue: 0.08 , saturation: 0.64 and the lightness value of dda064 is 0.63.

The process color (four color CMYK) of #dda064 color hex is 0.00, 0.28, 0.55, 0.13. Web safe color of #dda064 is #cc9966. Color #dda064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01100100
Octal 335 240 144
Decimal 221 160 100
Hex DD A0 64

RGB Percentages of Color #dda064

%45.95
%33.26
%20.79

CMYK Percentages of Color #dda064

%0
%28
%55
%13

Triadic Colors of #dda064

#dda064 #64dda0 #a064dd

Analogous Colors of #dda064

#dda064 #dddd64 #dd6465

Monochromatic Colors of #dda064

#dda064

Complementary Color

#dda064 #64a1dd

#dda064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda064 Color CSS Codes

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

#dda064 Text Font Color

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

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


#dda064 Background Color

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

This div background color is #dda064


#dda064 Border Color

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

This div border color is #dda064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda064


Comments

No comments written yet.

Please login to write comment.