Color Hex Logo

#dca315 Color Hex

#DCA315
(220,163,21)
0 Favorites   0 Comments

Color spaces of #dca315

RGB 22016321
HSL0.120.830.47
HSV43°90°86°
CMYK 0.000.260.90   0.14
XYZ42.747841.46426.4598
Yxy41.46420.47150.4573
Hunter Lab64.39275.812039.1270
CIE-Lab70.499910.240571.1339

#dca315 color RGB value is (220,163,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 00010101
Octal 334 243 25
Decimal 220 163 21
Hex DC A3 15

RGB Percentages of Color #dca315

%54.46
%40.35
%5.20

CMYK Percentages of Color #dca315

%0
%26
%90
%14

Triadic Colors of #dca315

#dca315 #15dca3 #a315dc

Analogous Colors of #dca315

#dca315 #b2dc15 #dc4015

Monochromatic Colors of #dca315

#dca315

Complementary Color

#dca315 #154edc

#dca315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca315 Color CSS Codes

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

#dca315 Text Font Color

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

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


#dca315 Background Color

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

This div background color is #dca315


#dca315 Border Color

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

This div border color is #dca315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca315


Comments

No comments written yet.

Please login to write comment.