Color Hex Logo

#dcdc59 Color Hex

#DCDC59
(220,220,89)
0 Favorites   0 Comments

Color spaces of #dcdc59

RGB 22022089
HSL0.170.650.61
HSV60°60°86°
CMYK 0.000.000.60   0.14
XYZ56.911667.123319.4077
Yxy67.12330.39680.4679
Hunter Lab81.9288-19.380943.3053
CIE-Lab85.5662-16.356562.5583

#dcdc59 color RGB value is (220,220,89).

#dcdc59 hex color red value is 220, green value is 220 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dcdc59 hue: 0.17 , saturation: 0.65 and the lightness value of dcdc59 is 0.61.

The process color (four color CMYK) of #dcdc59 color hex is 0.00, 0.00, 0.60, 0.14. Web safe color of #dcdc59 is #cccc66. Color #dcdc59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 01011001
Octal 334 334 131
Decimal 220 220 89
Hex DC DC 59

RGB Percentages of Color #dcdc59

%41.59
%41.59
%16.82

CMYK Percentages of Color #dcdc59

%0
%0
%60
%14

Triadic Colors of #dcdc59

#dcdc59 #59dcdc #dc59dc

Analogous Colors of #dcdc59

#dcdc59 #9bdc59 #dc9b59

Monochromatic Colors of #dcdc59

#dcdc59

Complementary Color

#dcdc59 #5959dc

#dcdc59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdc59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdc59 Color CSS Codes

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

#dcdc59 Text Font Color

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

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


#dcdc59 Background Color

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

This div background color is #dcdc59


#dcdc59 Border Color

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

This div border color is #dcdc59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdc59


Comments

No comments written yet.

Please login to write comment.