Color Hex Logo

#dca467 Color Hex

#DCA467
(220,164,103)
0 Favorites   0 Comments

Color spaces of #dca467

RGB 220164103
HSL0.090.630.63
HSV31°53°86°
CMYK 0.000.250.53   0.14
XYZ45.238842.745818.6984
Yxy42.74580.42400.4007
Hunter Lab65.38039.094728.8096
CIE-Lab71.382113.739039.4912

#dca467 color RGB value is (220,164,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 01100111
Octal 334 244 147
Decimal 220 164 103
Hex DC A4 67

RGB Percentages of Color #dca467

%45.17
%33.68
%21.15

CMYK Percentages of Color #dca467

%0
%25
%53
%14

Triadic Colors of #dca467

#dca467 #67dca4 #a467dc

Analogous Colors of #dca467

#dca467 #dadc67 #dc6a67

Monochromatic Colors of #dca467

#dca467

Complementary Color

#dca467 #679fdc

#dca467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca467 Color CSS Codes

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

#dca467 Text Font Color

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

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


#dca467 Background Color

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

This div background color is #dca467


#dca467 Border Color

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

This div border color is #dca467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca467


Comments

No comments written yet.

Please login to write comment.