Color Hex Logo

#dca01d Color Hex

#DCA01D
(220,160,29)
0 Favorites   0 Comments

Color spaces of #dca01d

RGB 22016029
HSL0.110.770.49
HSV41°87°86°
CMYK 0.000.270.87   0.14
XYZ42.307840.44606.7394
Yxy40.44600.47270.4519
Hunter Lab63.59727.451538.2351
CIE-Lab69.786011.998868.7935

#dca01d color RGB value is (220,160,29).

#dca01d hex color red value is 220, green value is 160 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dca01d hue: 0.11 , saturation: 0.77 and the lightness value of dca01d is 0.49.

The process color (four color CMYK) of #dca01d color hex is 0.00, 0.27, 0.87, 0.14. Web safe color of #dca01d is #cc9933. Color #dca01d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 00011101
Octal 334 240 35
Decimal 220 160 29
Hex DC A0 1D

RGB Percentages of Color #dca01d

%53.79
%39.12
%7.09

CMYK Percentages of Color #dca01d

%0
%27
%87
%14

Triadic Colors of #dca01d

#dca01d #1ddca0 #a01ddc

Analogous Colors of #dca01d

#dca01d #b9dc1d #dc401d

Monochromatic Colors of #dca01d

#dca01d

Complementary Color

#dca01d #1d59dc

#dca01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca01d Color CSS Codes

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

#dca01d Text Font Color

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

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


#dca01d Background Color

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

This div background color is #dca01d


#dca01d Border Color

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

This div border color is #dca01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca01d


Comments

No comments written yet.

Please login to write comment.