Color Hex Logo

#dca65b Color Hex

#DCA65B
(220,166,91)
0 Favorites   0 Comments

Color spaces of #dca65b

RGB 22016691
HSL0.100.650.61
HSV35°59°86°
CMYK 0.000.250.59   0.14
XYZ45.039743.243415.8705
Yxy43.24340.43240.4152
Hunter Lab65.75977.177531.7227
CIE-Lab71.719911.709645.9868

#dca65b color RGB value is (220,166,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01011011
Octal 334 246 133
Decimal 220 166 91
Hex DC A6 5B

RGB Percentages of Color #dca65b

%46.12
%34.80
%19.08

CMYK Percentages of Color #dca65b

%0
%25
%59
%14

Triadic Colors of #dca65b

#dca65b #5bdca6 #a65bdc

Analogous Colors of #dca65b

#dca65b #d2dc5b #dc665b

Monochromatic Colors of #dca65b

#dca65b

Complementary Color

#dca65b #5b91dc

#dca65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca65b Color CSS Codes

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

#dca65b Text Font Color

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

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


#dca65b Background Color

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

This div background color is #dca65b


#dca65b Border Color

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

This div border color is #dca65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca65b


Comments

No comments written yet.

Please login to write comment.