Color Hex Logo

#dca745 Color Hex

#DCA745
(220,167,69)
0 Favorites   0 Comments

Color spaces of #dca745

RGB 22016769
HSL0.110.680.57
HSV39°69°86°
CMYK 0.000.240.69   0.14
XYZ44.408143.282711.6441
Yxy43.28270.44710.4357
Hunter Lab65.78965.356135.5590
CIE-Lab71.74649.764456.3551

#dca745 color RGB value is (220,167,69).

#dca745 hex color red value is 220, green value is 167 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #dca745 hue: 0.11 , saturation: 0.68 and the lightness value of dca745 is 0.57.

The process color (four color CMYK) of #dca745 color hex is 0.00, 0.24, 0.69, 0.14. Web safe color of #dca745 is #cc9933. Color #dca745 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 01000101
Octal 334 247 105
Decimal 220 167 69
Hex DC A7 45

RGB Percentages of Color #dca745

%48.25
%36.62
%15.13

CMYK Percentages of Color #dca745

%0
%24
%69
%14

Triadic Colors of #dca745

#dca745 #45dca7 #a745dc

Analogous Colors of #dca745

#dca745 #c6dc45 #dc5c45

Monochromatic Colors of #dca745

#dca745

Complementary Color

#dca745 #457adc

#dca745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca745 Color CSS Codes

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

#dca745 Text Font Color

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

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


#dca745 Background Color

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

This div background color is #dca745


#dca745 Border Color

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

This div border color is #dca745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca745


Comments

No comments written yet.

Please login to write comment.