Color Hex Logo

#dca06d Color Hex

#DCA06D
(220,160,109)
0 Favorites   0 Comments

Color spaces of #dca06d

RGB 220160109
HSL0.080.610.65
HSV28°50°86°
CMYK 0.000.270.50   0.14
XYZ44.846341.461420.1072
Yxy41.46140.42140.3896
Hunter Lab64.390511.637126.5589
CIE-Lab70.498016.417635.2423

#dca06d color RGB value is (220,160,109).

#dca06d hex color red value is 220, green value is 160 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dca06d hue: 0.08 , saturation: 0.61 and the lightness value of dca06d is 0.65.

The process color (four color CMYK) of #dca06d color hex is 0.00, 0.27, 0.50, 0.14. Web safe color of #dca06d is #cc9966. Color #dca06d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 01101101
Octal 334 240 155
Decimal 220 160 109
Hex DC A0 6D

RGB Percentages of Color #dca06d

%44.99
%32.72
%22.29

CMYK Percentages of Color #dca06d

%0
%27
%50
%14

Triadic Colors of #dca06d

#dca06d #6ddca0 #a06ddc

Analogous Colors of #dca06d

#dca06d #dcd86d #dc6d72

Monochromatic Colors of #dca06d

#dca06d

Complementary Color

#dca06d #6da9dc

#dca06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca06d Color CSS Codes

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

#dca06d Text Font Color

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

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


#dca06d Background Color

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

This div background color is #dca06d


#dca06d Border Color

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

This div border color is #dca06d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,160,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca06d


Comments

No comments written yet.

Please login to write comment.