Color Hex Logo

#ddaa3b Color Hex

#DDAA3B
(221,170,59)
0 Favorites   0 Comments

Color spaces of #ddaa3b

RGB 22117059
HSL0.110.700.55
HSV41°73°87°
CMYK 0.000.230.73   0.13
XYZ44.982944.437410.3441
Yxy44.43740.45090.4454
Hunter Lab66.66143.793837.4627
CIE-Lab72.51998.097361.3618

#ddaa3b color RGB value is (221,170,59).

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

The process color (four color CMYK) of #ddaa3b color hex is 0.00, 0.23, 0.73, 0.13. Web safe color of #ddaa3b is #cc9933. Color #ddaa3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 00111011
Octal 335 252 73
Decimal 221 170 59
Hex DD AA 3B

RGB Percentages of Color #ddaa3b

%49.11
%37.78
%13.11

CMYK Percentages of Color #ddaa3b

%0
%23
%73
%13

Triadic Colors of #ddaa3b

#ddaa3b #3bddaa #aa3bdd

Analogous Colors of #ddaa3b

#ddaa3b #bfdd3b #dd593b

Monochromatic Colors of #ddaa3b

#ddaa3b

Complementary Color

#ddaa3b #3b6edd

#ddaa3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaa3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaa3b Color CSS Codes

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

#ddaa3b Text Font Color

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

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


#ddaa3b Background Color

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

This div background color is #ddaa3b


#ddaa3b Border Color

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

This div border color is #ddaa3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaa3b


Comments

No comments written yet.

Please login to write comment.