Color Hex Logo

#dca213 Color Hex

#DCA213
(220,162,19)
0 Favorites   0 Comments

Color spaces of #dca213

RGB 22016219
HSL0.120.840.47
HSV43°91°86°
CMYK 0.000.260.91   0.14
XYZ42.553141.10336.3070
Yxy41.10330.47300.4569
Hunter Lab64.11196.280439.0456
CIE-Lab70.248210.742971.3199

#dca213 color RGB value is (220,162,19).

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

The process color (four color CMYK) of #dca213 color hex is 0.00, 0.26, 0.91, 0.14. Web safe color of #dca213 is #cc9900. Color #dca213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 00010011
Octal 334 242 23
Decimal 220 162 19
Hex DC A2 13

RGB Percentages of Color #dca213

%54.86
%40.40
%4.74

CMYK Percentages of Color #dca213

%0
%26
%91
%14

Triadic Colors of #dca213

#dca213 #13dca2 #a213dc

Analogous Colors of #dca213

#dca213 #b2dc13 #dc3d13

Monochromatic Colors of #dca213

#dca213

Complementary Color

#dca213 #134ddc

#dca213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca213 Color CSS Codes

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

#dca213 Text Font Color

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

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


#dca213 Background Color

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

This div background color is #dca213


#dca213 Border Color

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

This div border color is #dca213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca213


Comments

No comments written yet.

Please login to write comment.