Color Hex Logo

#dca93a Color Hex

#DCA93A
(220,169,58)
0 Favorites   0 Comments

Color spaces of #dca93a

RGB 22016958
HSL0.110.700.55
HSV41°74°86°
CMYK 0.000.230.74   0.14
XYZ44.466943.897110.1323
Yxy43.89710.45150.4457
Hunter Lab66.25493.854037.3113
CIE-Lab72.15978.154361.3679

#dca93a color RGB value is (220,169,58).

#dca93a hex color red value is 220, green value is 169 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dca93a hue: 0.11 , saturation: 0.70 and the lightness value of dca93a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 00111010
Octal 334 251 72
Decimal 220 169 58
Hex DC A9 3A

RGB Percentages of Color #dca93a

%49.22
%37.81
%12.98

CMYK Percentages of Color #dca93a

%0
%23
%74
%14

Triadic Colors of #dca93a

#dca93a #3adca9 #a93adc

Analogous Colors of #dca93a

#dca93a #bedc3a #dc583a

Monochromatic Colors of #dca93a

#dca93a

Complementary Color

#dca93a #3a6ddc

#dca93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca93a Color CSS Codes

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

#dca93a Text Font Color

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

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


#dca93a Background Color

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

This div background color is #dca93a


#dca93a Border Color

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

This div border color is #dca93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca93a


Comments

No comments written yet.

Please login to write comment.