Color Hex Logo

#dca21d Color Hex

#DCA21D
(220,162,29)
0 Favorites   0 Comments

Color spaces of #dca21d

RGB 22016229
HSL0.120.770.49
HSV42°87°86°
CMYK 0.000.260.87   0.14
XYZ42.657341.14506.8559
Yxy41.14500.47050.4538
Hunter Lab64.14446.453538.5640
CIE-Lab70.277410.929169.1874

#dca21d color RGB value is (220,162,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 00011101
Octal 334 242 35
Decimal 220 162 29
Hex DC A2 1D

RGB Percentages of Color #dca21d

%53.53
%39.42
%7.06

CMYK Percentages of Color #dca21d

%0
%26
%87
%14

Triadic Colors of #dca21d

#dca21d #1ddca2 #a21ddc

Analogous Colors of #dca21d

#dca21d #b7dc1d #dc421d

Monochromatic Colors of #dca21d

#dca21d

Complementary Color

#dca21d #1d57dc

#dca21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca21d Color CSS Codes

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

#dca21d Text Font Color

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

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


#dca21d Background Color

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

This div background color is #dca21d


#dca21d Border Color

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

This div border color is #dca21d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,162,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 #dca21d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca21d


Comments

No comments written yet.

Please login to write comment.