Color Hex Logo

#dcaa67 Color Hex

#DCAA67
(220,170,103)
0 Favorites   0 Comments

Color spaces of #dcaa67

RGB 220170103
HSL0.100.630.63
HSV34°53°86°
CMYK 0.000.230.53   0.14
XYZ46.338144.944419.0648
Yxy44.94440.41990.4073
Hunter Lab67.04066.057230.0677
CIE-Lab72.855310.526041.3097

#dcaa67 color RGB value is (220,170,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 01100111
Octal 334 252 147
Decimal 220 170 103
Hex DC AA 67

RGB Percentages of Color #dcaa67

%44.62
%34.48
%20.89

CMYK Percentages of Color #dcaa67

%0
%23
%53
%14

Triadic Colors of #dcaa67

#dcaa67 #67dcaa #aa67dc

Analogous Colors of #dcaa67

#dcaa67 #d4dc67 #dc7067

Monochromatic Colors of #dcaa67

#dcaa67

Complementary Color

#dcaa67 #6799dc

#dcaa67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaa67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaa67 Color CSS Codes

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

#dcaa67 Text Font Color

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

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


#dcaa67 Background Color

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

This div background color is #dcaa67


#dcaa67 Border Color

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

This div border color is #dcaa67


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,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 #dcaa67">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaa67


Comments

No comments written yet.

Please login to write comment.