Color Hex Logo

#dca23a Color Hex

#DCA23A
(220,162,58)
0 Favorites   0 Comments

Color spaces of #dca23a

RGB 22016258
HSL0.110.700.55
HSV39°74°86°
CMYK 0.000.260.74   0.14
XYZ43.199341.36189.7098
Yxy41.36180.45820.4388
Hunter Lab64.31317.350936.0678
CIE-Lab70.428711.891659.6611

#dca23a color RGB value is (220,162,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 00111010
Octal 334 242 72
Decimal 220 162 58
Hex DC A2 3A

RGB Percentages of Color #dca23a

%50.00
%36.82
%13.18

CMYK Percentages of Color #dca23a

%0
%26
%74
%14

Triadic Colors of #dca23a

#dca23a #3adca2 #a23adc

Analogous Colors of #dca23a

#dca23a #c5dc3a #dc513a

Monochromatic Colors of #dca23a

#dca23a

Complementary Color

#dca23a #3a74dc

#dca23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca23a Color CSS Codes

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

#dca23a Text Font Color

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

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


#dca23a Background Color

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

This div background color is #dca23a


#dca23a Border Color

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

This div border color is #dca23a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca23a


Comments

No comments written yet.

Please login to write comment.