Color Hex Logo

#dfdc66 Color Hex

#DFDC66
(223,220,102)
0 Favorites   0 Comments

Color spaces of #dfdc66

RGB 223220102
HSL0.160.650.64
HSV59°54°87°
CMYK 0.000.010.54   0.13
XYZ58.422967.833722.5844
Yxy67.83370.39250.4557
Hunter Lab82.3612-17.513241.3948
CIE-Lab85.9232-14.197757.3403

#dfdc66 color RGB value is (223,220,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 01100110
Octal 337 334 146
Decimal 223 220 102
Hex DF DC 66

RGB Percentages of Color #dfdc66

%40.92
%40.37
%18.72

CMYK Percentages of Color #dfdc66

%0
%1
%54
%13

Triadic Colors of #dfdc66

#dfdc66 #66dfdc #dc66df

Analogous Colors of #dfdc66

#dfdc66 #a6df66 #dfa066

Monochromatic Colors of #dfdc66

#dfdc66

Complementary Color

#dfdc66 #6669df

#dfdc66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdc66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdc66 Color CSS Codes

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

#dfdc66 Text Font Color

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

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


#dfdc66 Background Color

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

This div background color is #dfdc66


#dfdc66 Border Color

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

This div border color is #dfdc66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,220,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 #dfdc66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdc66


Comments

No comments written yet.

Please login to write comment.