Color Hex Logo

#dca827 Color Hex

#DCA827
(220,168,39)
0 Favorites   0 Comments

Color spaces of #dca827

RGB 22016839
HSL0.120.720.51
HSV43°82°86°
CMYK 0.000.240.82   0.14
XYZ43.884043.36747.9773
Yxy43.36740.46080.4554
Hunter Lab65.85393.705238.9156
CIE-Lab71.80367.985567.6978

#dca827 color RGB value is (220,168,39).

#dca827 hex color red value is 220, green value is 168 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #dca827 hue: 0.12 , saturation: 0.72 and the lightness value of dca827 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 00100111
Octal 334 250 47
Decimal 220 168 39
Hex DC A8 27

RGB Percentages of Color #dca827

%51.52
%39.34
%9.13

CMYK Percentages of Color #dca827

%0
%24
%82
%14

Triadic Colors of #dca827

#dca827 #27dca8 #a827dc

Analogous Colors of #dca827

#dca827 #b6dc27 #dc4e27

Monochromatic Colors of #dca827

#dca827

Complementary Color

#dca827 #275bdc

#dca827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca827 Color CSS Codes

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

#dca827 Text Font Color

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

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


#dca827 Background Color

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

This div background color is #dca827


#dca827 Border Color

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

This div border color is #dca827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca827


Comments

No comments written yet.

Please login to write comment.