Color Hex Logo

#dcd840 Color Hex

#DCD840
(220,216,64)
0 Favorites   0 Comments

Color spaces of #dcd840

RGB 22021664
HSL0.160.690.56
HSV58°71°86°
CMYK 0.000.020.71   0.14
XYZ54.996564.697514.4397
Yxy64.69750.41000.4823
Hunter Lab80.4348-18.713145.6605
CIE-Lab84.3276-15.799070.9874

#dcd840 color RGB value is (220,216,64).

#dcd840 hex color red value is 220, green value is 216 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dcd840 hue: 0.16 , saturation: 0.69 and the lightness value of dcd840 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 01000000
Octal 334 330 100
Decimal 220 216 64
Hex DC D8 40

RGB Percentages of Color #dcd840

%44.00
%43.20
%12.80

CMYK Percentages of Color #dcd840

%0
%2
%71
%14

Triadic Colors of #dcd840

#dcd840 #40dcd8 #d840dc

Analogous Colors of #dcd840

#dcd840 #92dc40 #dc8a40

Monochromatic Colors of #dcd840

#dcd840

Complementary Color

#dcd840 #4044dc

#dcd840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd840 Color CSS Codes

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

#dcd840 Text Font Color

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

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


#dcd840 Background Color

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

This div background color is #dcd840


#dcd840 Border Color

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

This div border color is #dcd840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd840


Comments

No comments written yet.

Please login to write comment.