Color Hex Logo

#dca465 Color Hex

#DCA465
(220,164,101)
0 Favorites   0 Comments

Color spaces of #dca465

RGB 220164101
HSL0.090.630.63
HSV32°54°86°
CMYK 0.000.250.54   0.14
XYZ45.139642.706118.1759
Yxy42.70610.42580.4028
Hunter Lab65.34998.934229.2545
CIE-Lab71.355013.570140.4898

#dca465 color RGB value is (220,164,101).

#dca465 hex color red value is 220, green value is 164 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #dca465 hue: 0.09 , saturation: 0.63 and the lightness value of dca465 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 01100101
Octal 334 244 145
Decimal 220 164 101
Hex DC A4 65

RGB Percentages of Color #dca465

%45.36
%33.81
%20.82

CMYK Percentages of Color #dca465

%0
%25
%54
%14

Triadic Colors of #dca465

#dca465 #65dca4 #a465dc

Analogous Colors of #dca465

#dca465 #d9dc65 #dc6965

Monochromatic Colors of #dca465

#dca465

Complementary Color

#dca465 #659ddc

#dca465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca465 Color CSS Codes

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

#dca465 Text Font Color

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

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


#dca465 Background Color

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

This div background color is #dca465


#dca465 Border Color

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

This div border color is #dca465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca465


Comments

No comments written yet.

Please login to write comment.