color codes Logo

#ddaa0a color codes

#DDAA0A
(221,170,10)
0 Favorites   0 Comments

Color spaces of #ddaa0a

RGB 22117010
HSL0.130.910.45
HSV45°95°87°
CMYK 0.000.230.95   0.13
XYZ44.248344.14356.4756
Yxy44.14350.46640.4653
Hunter Lab66.44062.607040.7297
CIE-Lab72.32436.807674.2158

#ddaa0a color RGB value is (221,170,10).

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

The process color (four color CMYK) of #ddaa0a color code is 0.00, 0.23, 0.95, 0.13. Web safe color of #ddaa0a is #cc9900. Color #ddaa0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 00001010
Octal 335 252 12
Decimal 221 170 10
Hex DD AA A

RGB Percentages of Color #ddaa0a

%55.11
%42.39
%2.49

CMYK Percentages of Color #ddaa0a

%0
%23
%95
%13

Triadic Colors of #ddaa0a

#ddaa0a #0addaa #aa0add

Analogous Colors of #ddaa0a

#ddaa0a #a7dd0a #dd400a

Monochromatic Colors of #ddaa0a

#ddaa0a

Complementary Color

#ddaa0a #0a3ddd

#ddaa0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaa0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaa0a Color CSS Codes

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

#ddaa0a Text Font Color

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

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


#ddaa0a Background Color

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

This div background color is #ddaa0a


#ddaa0a Border Color

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

This div border color is #ddaa0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaa0a


Comments

No comments written yet.

Please login to write comment.