Color Hex Logo

#dca23e Color Hex

#DCA23E
(220,162,62)
0 Favorites   0 Comments

Color spaces of #dca23e

RGB 22016262
HSL0.110.690.55
HSV38°72°86°
CMYK 0.000.260.72   0.14
XYZ43.305041.404110.2668
Yxy41.40410.45600.4359
Hunter Lab64.34607.525335.5821
CIE-Lab70.458112.078058.0349

#dca23e color RGB value is (220,162,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 00111110
Octal 334 242 76
Decimal 220 162 62
Hex DC A2 3E

RGB Percentages of Color #dca23e

%49.55
%36.49
%13.96

CMYK Percentages of Color #dca23e

%0
%26
%72
%14

Triadic Colors of #dca23e

#dca23e #3edca2 #a23edc

Analogous Colors of #dca23e

#dca23e #c7dc3e #dc533e

Monochromatic Colors of #dca23e

#dca23e

Complementary Color

#dca23e #3e78dc

#dca23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca23e Color CSS Codes

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

#dca23e Text Font Color

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

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


#dca23e Background Color

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

This div background color is #dca23e


#dca23e Border Color

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

This div border color is #dca23e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca23e


Comments

No comments written yet.

Please login to write comment.