Color Hex Logo

#dcd71a Color Hex

#DCD71A
(220,215,26)
0 Favorites   0 Comments

Color spaces of #dcd71a

RGB 22021526
HSL0.160.790.48
HSV58°88°86°
CMYK 0.000.020.88   0.14
XYZ54.002163.891110.4633
Yxy63.89110.42070.4978
Hunter Lab79.9319-19.286048.1911
CIE-Lab83.9090-16.521380.6491

#dcd71a color RGB value is (220,215,26).

#dcd71a hex color red value is 220, green value is 215 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #dcd71a hue: 0.16 , saturation: 0.79 and the lightness value of dcd71a is 0.48.

The process color (four color CMYK) of #dcd71a color hex is 0.00, 0.02, 0.88, 0.14. Web safe color of #dcd71a is #cccc33. Color #dcd71a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 00011010
Octal 334 327 32
Decimal 220 215 26
Hex DC D7 1A

RGB Percentages of Color #dcd71a

%47.72
%46.64
%5.64

CMYK Percentages of Color #dcd71a

%0
%2
%88
%14

Triadic Colors of #dcd71a

#dcd71a #1adcd7 #d71adc

Analogous Colors of #dcd71a

#dcd71a #80dc1a #dc761a

Monochromatic Colors of #dcd71a

#dcd71a

Complementary Color

#dcd71a #1a1fdc

#dcd71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd71a Color CSS Codes

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

#dcd71a Text Font Color

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

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


#dcd71a Background Color

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

This div background color is #dcd71a


#dcd71a Border Color

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

This div border color is #dcd71a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd71a


Comments

No comments written yet.

Please login to write comment.