Color Hex Logo

#ddaa67 Color Hex

#DDAA67
(221,170,103)
0 Favorites   0 Comments

Color spaces of #ddaa67

RGB 221170103
HSL0.090.630.64
HSV34°53°87°
CMYK 0.000.230.53   0.13
XYZ46.641745.100919.0790
Yxy45.10090.42090.4070
Hunter Lab67.15726.445930.1661
CIE-Lab72.958310.939541.4596

#ddaa67 color RGB value is (221,170,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 01100111
Octal 335 252 147
Decimal 221 170 103
Hex DD AA 67

RGB Percentages of Color #ddaa67

%44.74
%34.41
%20.85

CMYK Percentages of Color #ddaa67

%0
%23
%53
%13

Triadic Colors of #ddaa67

#ddaa67 #67ddaa #aa67dd

Analogous Colors of #ddaa67

#ddaa67 #d5dd67 #dd6f67

Monochromatic Colors of #ddaa67

#ddaa67

Complementary Color

#ddaa67 #679add

#ddaa67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaa67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaa67 Color CSS Codes

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

#ddaa67 Text Font Color

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

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


#ddaa67 Background Color

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

This div background color is #ddaa67


#ddaa67 Border Color

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

This div border color is #ddaa67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaa67


Comments

No comments written yet.

Please login to write comment.