Color Hex Logo

#dca305 Color Hex

#DCA305
(220,163,5)
0 Favorites   0 Comments

Color spaces of #dca305

RGB 2201635
HSL0.120.960.44
HSV44°98°86°
CMYK 0.000.260.98   0.14
XYZ42.639841.42105.8913
Yxy41.42100.47400.4605
Hunter Lab64.35915.632939.6241
CIE-Lab70.469910.047173.4410

#dca305 color RGB value is (220,163,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 00000101
Octal 334 243 5
Decimal 220 163 5
Hex DC A3 5

RGB Percentages of Color #dca305

%56.70
%42.01
%1.29

CMYK Percentages of Color #dca305

%0
%26
%98
%14

Triadic Colors of #dca305

#dca305 #05dca3 #a305dc

Analogous Colors of #dca305

#dca305 #aadc05 #dc3705

Monochromatic Colors of #dca305

#dca305

Complementary Color

#dca305 #053edc

#dca305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca305 Color CSS Codes

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

#dca305 Text Font Color

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

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


#dca305 Background Color

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

This div background color is #dca305


#dca305 Border Color

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

This div border color is #dca305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca305


Comments

No comments written yet.

Please login to write comment.