Color Hex Logo

#dca662 Color Hex

#DCA662
(220,166,98)
0 Favorites   0 Comments

Color spaces of #dca662

RGB 22016698
HSL0.090.640.62
HSV33°55°86°
CMYK 0.000.250.55   0.14
XYZ45.356043.369917.5360
Yxy43.36990.42680.4081
Hunter Lab65.85587.688230.3114
CIE-Lab71.805312.251642.5740

#dca662 color RGB value is (220,166,98).

#dca662 hex color red value is 220, green value is 166 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dca662 hue: 0.09 , saturation: 0.64 and the lightness value of dca662 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01100010
Octal 334 246 142
Decimal 220 166 98
Hex DC A6 62

RGB Percentages of Color #dca662

%45.45
%34.30
%20.25

CMYK Percentages of Color #dca662

%0
%25
%55
%14

Triadic Colors of #dca662

#dca662 #62dca6 #a662dc

Analogous Colors of #dca662

#dca662 #d5dc62 #dc6962

Monochromatic Colors of #dca662

#dca662

Complementary Color

#dca662 #6298dc

#dca662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca662 Color CSS Codes

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

#dca662 Text Font Color

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

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


#dca662 Background Color

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

This div background color is #dca662


#dca662 Border Color

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

This div border color is #dca662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca662


Comments

No comments written yet.

Please login to write comment.