Color Hex Logo

#dda00a Color Hex

#DDA00A
(221,160,10)
0 Favorites   0 Comments

Color spaces of #dda00a

RGB 22116010
HSL0.120.910.45
HSV43°95°87°
CMYK 0.000.280.95   0.13
XYZ42.444440.53575.8743
Yxy40.53570.47770.4562
Hunter Lab63.66777.579639.0970
CIE-Lab69.849412.136072.4440

#dda00a color RGB value is (221,160,10).

#dda00a hex color red value is 221, green value is 160 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dda00a hue: 0.12 , saturation: 0.91 and the lightness value of dda00a is 0.45.

The process color (four color CMYK) of #dda00a color hex is 0.00, 0.28, 0.95, 0.13. Web safe color of #dda00a is #cc9900. Color #dda00a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 00001010
Octal 335 240 12
Decimal 221 160 10
Hex DD A0 A

RGB Percentages of Color #dda00a

%56.52
%40.92
%2.56

CMYK Percentages of Color #dda00a

%0
%28
%95
%13

Triadic Colors of #dda00a

#dda00a #0adda0 #a00add

Analogous Colors of #dda00a

#dda00a #b1dd0a #dd360a

Monochromatic Colors of #dda00a

#dda00a

Complementary Color

#dda00a #0a47dd

#dda00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda00a Color CSS Codes

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

#dda00a Text Font Color

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

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


#dda00a Background Color

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

This div background color is #dda00a


#dda00a Border Color

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

This div border color is #dda00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda00a


Comments

No comments written yet.

Please login to write comment.