Color Hex Logo

#dca12f Color Hex

#DCA12F
(220,161,47)
0 Favorites   0 Comments

Color spaces of #dca12f

RGB 22016147
HSL0.110.710.52
HSV40°79°86°
CMYK 0.000.270.79   0.14
XYZ42.773240.91068.3315
Yxy40.91060.46480.4446
Hunter Lab63.96147.436737.0500
CIE-Lab70.113211.983163.5626

#dca12f color RGB value is (220,161,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 00101111
Octal 334 241 57
Decimal 220 161 47
Hex DC A1 2F

RGB Percentages of Color #dca12f

%51.40
%37.62
%10.98

CMYK Percentages of Color #dca12f

%0
%27
%79
%14

Triadic Colors of #dca12f

#dca12f #2fdca1 #a12fdc

Analogous Colors of #dca12f

#dca12f #c1dc2f #dc4a2f

Monochromatic Colors of #dca12f

#dca12f

Complementary Color

#dca12f #2f6adc

#dca12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca12f Color CSS Codes

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

#dca12f Text Font Color

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

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


#dca12f Background Color

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

This div background color is #dca12f


#dca12f Border Color

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

This div border color is #dca12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca12f


Comments

No comments written yet.

Please login to write comment.