Color Hex Logo

#dca302 Color Hex

#DCA302
(220,163,2)
0 Favorites   0 Comments

Color spaces of #dca302

RGB 2201632
HSL0.120.980.44
HSV44°99°86°
CMYK 0.000.260.99   0.14
XYZ42.623441.41445.8047
Yxy41.41440.47440.4610
Hunter Lab64.35405.605839.6999
CIE-Lab70.465310.017873.8055

#dca302 color RGB value is (220,163,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 00000010
Octal 334 243 2
Decimal 220 163 2
Hex DC A3 2

RGB Percentages of Color #dca302

%57.14
%42.34
%0.52

CMYK Percentages of Color #dca302

%0
%26
%99
%14

Triadic Colors of #dca302

#dca302 #02dca3 #a302dc

Analogous Colors of #dca302

#dca302 #a8dc02 #dc3602

Monochromatic Colors of #dca302

#dca302

Complementary Color

#dca302 #023bdc

#dca302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca302 Color CSS Codes

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

#dca302 Text Font Color

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

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


#dca302 Background Color

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

This div background color is #dca302


#dca302 Border Color

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

This div border color is #dca302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca302


Comments

No comments written yet.

Please login to write comment.