Color Hex Logo

#dcd40d Color Hex

#DCD40D
(220,212,13)
0 Favorites   0 Comments

Color spaces of #dcd40d

RGB 22021213
HSL0.160.890.46
HSV58°94°86°
CMYK 0.000.040.94   0.14
XYZ53.131362.33179.6117
Yxy62.33170.42480.4984
Hunter Lab78.9504-18.038048.0471
CIE-Lab83.0895-15.226881.7920

#dcd40d color RGB value is (220,212,13).

#dcd40d hex color red value is 220, green value is 212 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dcd40d hue: 0.16 , saturation: 0.89 and the lightness value of dcd40d is 0.46.

The process color (four color CMYK) of #dcd40d color hex is 0.00, 0.04, 0.94, 0.14. Web safe color of #dcd40d is #cccc00. Color #dcd40d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010100 00001101
Octal 334 324 15
Decimal 220 212 13
Hex DC D4 D

RGB Percentages of Color #dcd40d

%49.44
%47.64
%2.92

CMYK Percentages of Color #dcd40d

%0
%4
%94
%14

Triadic Colors of #dcd40d

#dcd40d #0ddcd4 #d40ddc

Analogous Colors of #dcd40d

#dcd40d #7ddc0d #dc6d0d

Monochromatic Colors of #dcd40d

#dcd40d

Complementary Color

#dcd40d #0d15dc

#dcd40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd40d Color CSS Codes

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

#dcd40d Text Font Color

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

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


#dcd40d Background Color

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

This div background color is #dcd40d


#dcd40d Border Color

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

This div border color is #dcd40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd40d


Comments

No comments written yet.

Please login to write comment.