Color Hex Logo

#dca761 Color Hex

#DCA761
(220,167,97)
0 Favorites   0 Comments

Color spaces of #dca761

RGB 22016797
HSL0.090.640.62
HSV34°56°86°
CMYK 0.000.240.56   0.14
XYZ45.491643.716117.3497
Yxy43.71610.42690.4103
Hunter Lab66.11827.107530.7247
CIE-Lab72.038311.636343.3624

#dca761 color RGB value is (220,167,97).

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

The process color (four color CMYK) of #dca761 color hex is 0.00, 0.24, 0.56, 0.14. Web safe color of #dca761 is #cc9966. Color #dca761 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 01100001
Octal 334 247 141
Decimal 220 167 97
Hex DC A7 61

RGB Percentages of Color #dca761

%45.45
%34.50
%20.04

CMYK Percentages of Color #dca761

%0
%24
%56
%14

Triadic Colors of #dca761

#dca761 #61dca7 #a761dc

Analogous Colors of #dca761

#dca761 #d4dc61 #dc6a61

Monochromatic Colors of #dca761

#dca761

Complementary Color

#dca761 #6196dc

#dca761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca761 Color CSS Codes

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

#dca761 Text Font Color

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

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


#dca761 Background Color

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

This div background color is #dca761


#dca761 Border Color

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

This div border color is #dca761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca761


Comments

No comments written yet.

Please login to write comment.