Color Hex Logo

#ddaa3f Color Hex

#DDAA3F
(221,170,63)
0 Favorites   0 Comments

Color spaces of #ddaa3f

RGB 22117063
HSL0.110.700.56
HSV41°71°87°
CMYK 0.000.230.71   0.13
XYZ45.090744.480510.9117
Yxy44.48050.44870.4427
Hunter Lab66.69373.967436.9852
CIE-Lab72.54858.284959.7716

#ddaa3f color RGB value is (221,170,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 00111111
Octal 335 252 77
Decimal 221 170 63
Hex DD AA 3F

RGB Percentages of Color #ddaa3f

%48.68
%37.44
%13.88

CMYK Percentages of Color #ddaa3f

%0
%23
%71
%13

Triadic Colors of #ddaa3f

#ddaa3f #3fddaa #aa3fdd

Analogous Colors of #ddaa3f

#ddaa3f #c1dd3f #dd5b3f

Monochromatic Colors of #ddaa3f

#ddaa3f

Complementary Color

#ddaa3f #3f72dd

#ddaa3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaa3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaa3f Color CSS Codes

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

#ddaa3f Text Font Color

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

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


#ddaa3f Background Color

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

This div background color is #ddaa3f


#ddaa3f Border Color

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

This div border color is #ddaa3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaa3f


Comments

No comments written yet.

Please login to write comment.