Color Hex Logo

#ddaa68 Color Hex

#DDAA68
(221,170,104)
0 Favorites   0 Comments

Color spaces of #ddaa68

RGB 221170104
HSL0.090.630.64
HSV34°53°87°
CMYK 0.000.230.53   0.13
XYZ46.692245.121119.3450
Yxy45.12110.42010.4059
Hunter Lab67.17226.526029.9456
CIE-Lab72.971611.024640.9648

#ddaa68 color RGB value is (221,170,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 01101000
Octal 335 252 150
Decimal 221 170 104
Hex DD AA 68

RGB Percentages of Color #ddaa68

%44.65
%34.34
%21.01

CMYK Percentages of Color #ddaa68

%0
%23
%53
%13

Triadic Colors of #ddaa68

#ddaa68 #68ddaa #aa68dd

Analogous Colors of #ddaa68

#ddaa68 #d6dd68 #dd7068

Monochromatic Colors of #ddaa68

#ddaa68

Complementary Color

#ddaa68 #689bdd

#ddaa68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaa68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaa68 Color CSS Codes

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

#ddaa68 Text Font Color

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

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


#ddaa68 Background Color

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

This div background color is #ddaa68


#ddaa68 Border Color

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

This div border color is #ddaa68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaa68


Comments

No comments written yet.

Please login to write comment.