Color Hex Logo

#dca812 Color Hex

#DCA812
(220,168,18)
0 Favorites   0 Comments

Color spaces of #dca812

RGB 22016818
HSL0.120.850.47
HSV45°92°86°
CMYK 0.000.240.92   0.14
XYZ43.627043.26466.6238
Yxy43.26460.46650.4626
Hunter Lab65.77583.285640.0724
CIE-Lab71.73427.528972.6073

#dca812 color RGB value is (220,168,18).

#dca812 hex color red value is 220, green value is 168 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dca812 hue: 0.12 , saturation: 0.85 and the lightness value of dca812 is 0.47.

The process color (four color CMYK) of #dca812 color hex is 0.00, 0.24, 0.92, 0.14. Web safe color of #dca812 is #cc9900. Color #dca812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 00010010
Octal 334 250 22
Decimal 220 168 18
Hex DC A8 12

RGB Percentages of Color #dca812

%54.19
%41.38
%4.43

CMYK Percentages of Color #dca812

%0
%24
%92
%14

Triadic Colors of #dca812

#dca812 #12dca8 #a812dc

Analogous Colors of #dca812

#dca812 #abdc12 #dc4312

Monochromatic Colors of #dca812

#dca812

Complementary Color

#dca812 #1246dc

#dca812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca812 Color CSS Codes

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

#dca812 Text Font Color

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

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


#dca812 Background Color

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

This div background color is #dca812


#dca812 Border Color

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

This div border color is #dca812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca812


Comments

No comments written yet.

Please login to write comment.