Color Hex Logo

#dcda61 Color Hex

#DCDA61
(220,218,97)
0 Favorites   0 Comments

Color spaces of #dcda61

RGB 22021897
HSL0.160.640.62
HSV59°56°86°
CMYK 0.000.010.56   0.14
XYZ56.744366.221521.1006
Yxy66.22150.39390.4597
Hunter Lab81.3766-17.940141.5900
CIE-Lab85.1093-14.800558.5886

#dcda61 color RGB value is (220,218,97).

#dcda61 hex color red value is 220, green value is 218 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #dcda61 hue: 0.16 , saturation: 0.64 and the lightness value of dcda61 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 01100001
Octal 334 332 141
Decimal 220 218 97
Hex DC DA 61

RGB Percentages of Color #dcda61

%41.12
%40.75
%18.13

CMYK Percentages of Color #dcda61

%0
%1
%56
%14

Triadic Colors of #dcda61

#dcda61 #61dcda #da61dc

Analogous Colors of #dcda61

#dcda61 #a1dc61 #dc9d61

Monochromatic Colors of #dcda61

#dcda61

Complementary Color

#dcda61 #6163dc

#dcda61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda61 Color CSS Codes

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

#dcda61 Text Font Color

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

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


#dcda61 Background Color

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

This div background color is #dcda61


#dcda61 Border Color

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

This div border color is #dcda61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda61


Comments

No comments written yet.

Please login to write comment.