Color Hex Logo

#dca92e Color Hex

#DCA92E
(220,169,46)
0 Favorites   0 Comments

Color spaces of #dca92e

RGB 22016946
HSL0.120.710.52
HSV42°79°86°
CMYK 0.000.230.79   0.14
XYZ44.196343.78888.7075
Yxy43.78880.45710.4529
Hunter Lab66.17313.415338.5194
CIE-Lab72.08717.678165.7073

#dca92e color RGB value is (220,169,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 00101110
Octal 334 251 56
Decimal 220 169 46
Hex DC A9 2E

RGB Percentages of Color #dca92e

%50.57
%38.85
%10.57

CMYK Percentages of Color #dca92e

%0
%23
%79
%14

Triadic Colors of #dca92e

#dca92e #2edca9 #a92edc

Analogous Colors of #dca92e

#dca92e #b8dc2e #dc522e

Monochromatic Colors of #dca92e

#dca92e

Complementary Color

#dca92e #2e61dc

#dca92e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca92e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca92e Color CSS Codes

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

#dca92e Text Font Color

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

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


#dca92e Background Color

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

This div background color is #dca92e


#dca92e Border Color

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

This div border color is #dca92e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca92e


Comments

No comments written yet.

Please login to write comment.