Color Hex Logo

#dca927 Color Hex

#DCA927
(220,169,39)
0 Favorites   0 Comments

Color spaces of #dca927

RGB 22016939
HSL0.120.720.51
HSV43°82°86°
CMYK 0.000.230.82   0.14
XYZ44.069443.73818.0390
Yxy43.73810.45980.4563
Hunter Lab66.13483.208939.0874
CIE-Lab72.05317.453667.9127

#dca927 color RGB value is (220,169,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 00100111
Octal 334 251 47
Decimal 220 169 39
Hex DC A9 27

RGB Percentages of Color #dca927

%51.40
%39.49
%9.11

CMYK Percentages of Color #dca927

%0
%23
%82
%14

Triadic Colors of #dca927

#dca927 #27dca9 #a927dc

Analogous Colors of #dca927

#dca927 #b5dc27 #dc4f27

Monochromatic Colors of #dca927

#dca927

Complementary Color

#dca927 #275adc

#dca927 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca927 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca927 Color CSS Codes

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

#dca927 Text Font Color

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

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


#dca927 Background Color

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

This div background color is #dca927


#dca927 Border Color

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

This div border color is #dca927


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,169,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 #dca927">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca927


Comments

No comments written yet.

Please login to write comment.