Color Hex Logo

#dcda66 Color Hex

#DCDA66
(220,218,102)
0 Favorites   0 Comments

Color spaces of #dcda66

RGB 220218102
HSL0.160.630.63
HSV59°54°86°
CMYK 0.000.010.54   0.14
XYZ56.984966.317822.3676
Yxy66.31780.39120.4553
Hunter Lab81.4357-17.606640.7201
CIE-Lab85.1583-14.417456.4014

#dcda66 color RGB value is (220,218,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 01100110
Octal 334 332 146
Decimal 220 218 102
Hex DC DA 66

RGB Percentages of Color #dcda66

%40.74
%40.37
%18.89

CMYK Percentages of Color #dcda66

%0
%1
%54
%14

Triadic Colors of #dcda66

#dcda66 #66dcda #da66dc

Analogous Colors of #dcda66

#dcda66 #a3dc66 #dc9f66

Monochromatic Colors of #dcda66

#dcda66

Complementary Color

#dcda66 #6668dc

#dcda66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda66 Color CSS Codes

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

#dcda66 Text Font Color

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

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


#dcda66 Background Color

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

This div background color is #dcda66


#dcda66 Border Color

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

This div border color is #dcda66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda66


Comments

No comments written yet.

Please login to write comment.