Color Hex Logo

#dca12d Color Hex

#DCA12D
(220,161,45)
0 Favorites   0 Comments

Color spaces of #dca12d

RGB 22016145
HSL0.110.710.52
HSV40°80°86°
CMYK 0.000.270.80   0.14
XYZ42.733740.89488.1238
Yxy40.89480.46580.4457
Hunter Lab63.94907.371137.2324
CIE-Lab70.102211.912964.2550

#dca12d color RGB value is (220,161,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 00101101
Octal 334 241 55
Decimal 220 161 45
Hex DC A1 2D

RGB Percentages of Color #dca12d

%51.64
%37.79
%10.56

CMYK Percentages of Color #dca12d

%0
%27
%80
%14

Triadic Colors of #dca12d

#dca12d #2ddca1 #a12ddc

Analogous Colors of #dca12d

#dca12d #c0dc2d #dc492d

Monochromatic Colors of #dca12d

#dca12d

Complementary Color

#dca12d #2d68dc

#dca12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca12d Color CSS Codes

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

#dca12d Text Font Color

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

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


#dca12d Background Color

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

This div background color is #dca12d


#dca12d Border Color

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

This div border color is #dca12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca12d


Comments

No comments written yet.

Please login to write comment.