Color Hex Logo

#dcd73a Color Hex

#DCD73A
(220,215,58)
0 Favorites   0 Comments

Color spaces of #dcd73a

RGB 22021558
HSL0.160.700.55
HSV58°74°86°
CMYK 0.000.020.74   0.14
XYZ54.579464.122013.5031
Yxy64.12200.41280.4850
Hunter Lab80.0762-18.469046.0554
CIE-Lab84.0292-15.568972.7276

#dcd73a color RGB value is (220,215,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 00111010
Octal 334 327 72
Decimal 220 215 58
Hex DC D7 3A

RGB Percentages of Color #dcd73a

%44.62
%43.61
%11.76

CMYK Percentages of Color #dcd73a

%0
%2
%74
%14

Triadic Colors of #dcd73a

#dcd73a #3adcd7 #d73adc

Analogous Colors of #dcd73a

#dcd73a #90dc3a #dc863a

Monochromatic Colors of #dcd73a

#dcd73a

Complementary Color

#dcd73a #3a3fdc

#dcd73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd73a Color CSS Codes

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

#dcd73a Text Font Color

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

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


#dcd73a Background Color

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

This div background color is #dcd73a


#dcd73a Border Color

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

This div border color is #dcd73a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd73a


Comments

No comments written yet.

Please login to write comment.