Color Hex Logo

#ddaa63 Color Hex

#DDAA63
(221,170,99)
0 Favorites   0 Comments

Color spaces of #ddaa63

RGB 22117099
HSL0.100.640.63
HSV35°55°87°
CMYK 0.000.230.55   0.13
XYZ46.445745.022518.0466
Yxy45.02250.42410.4111
Hunter Lab67.09886.134531.0228
CIE-Lab72.906710.608643.4269

#ddaa63 color RGB value is (221,170,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 01100011
Octal 335 252 143
Decimal 221 170 99
Hex DD AA 63

RGB Percentages of Color #ddaa63

%45.10
%34.69
%20.20

CMYK Percentages of Color #ddaa63

%0
%23
%55
%13

Triadic Colors of #ddaa63

#ddaa63 #63ddaa #aa63dd

Analogous Colors of #ddaa63

#ddaa63 #d3dd63 #dd6d63

Monochromatic Colors of #ddaa63

#ddaa63

Complementary Color

#ddaa63 #6396dd

#ddaa63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaa63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaa63 Color CSS Codes

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

#ddaa63 Text Font Color

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

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


#ddaa63 Background Color

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

This div background color is #ddaa63


#ddaa63 Border Color

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

This div border color is #ddaa63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaa63

#ddaa63 Color Palettes


Comments

No comments written yet.

Please login to write comment.