Color Hex Logo

#dca65f Color Hex

#DCA65F
(220,166,95)
0 Favorites   0 Comments

Color spaces of #dca65f

RGB 22016695
HSL0.090.640.62
HSV34°57°86°
CMYK 0.000.250.57   0.14
XYZ45.217043.314316.8038
Yxy43.31430.42930.4112
Hunter Lab65.81367.464030.9314
CIE-Lab71.767812.013944.0453

#dca65f color RGB value is (220,166,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01011111
Octal 334 246 137
Decimal 220 166 95
Hex DC A6 5F

RGB Percentages of Color #dca65f

%45.74
%34.51
%19.75

CMYK Percentages of Color #dca65f

%0
%25
%57
%14

Triadic Colors of #dca65f

#dca65f #5fdca6 #a65fdc

Analogous Colors of #dca65f

#dca65f #d4dc5f #dc685f

Monochromatic Colors of #dca65f

#dca65f

Complementary Color

#dca65f #5f95dc

#dca65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca65f Color CSS Codes

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

#dca65f Text Font Color

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

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


#dca65f Background Color

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

This div background color is #dca65f


#dca65f Border Color

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

This div border color is #dca65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca65f


Comments

No comments written yet.

Please login to write comment.