Color Hex Logo

#dfdd62 Color Hex

#DFDD62
(223,221,98)
0 Favorites   0 Comments

Color spaces of #dfdd62

RGB 22322198
HSL0.160.660.63
HSV59°56°87°
CMYK 0.000.010.56   0.13
XYZ58.492568.282721.6523
Yxy68.28270.39410.4600
Hunter Lab82.6333-18.256142.3077
CIE-Lab86.1476-14.996159.3788

#dfdd62 color RGB value is (223,221,98).

#dfdd62 hex color red value is 223, green value is 221 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dfdd62 hue: 0.16 , saturation: 0.66 and the lightness value of dfdd62 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 01100010
Octal 337 335 142
Decimal 223 221 98
Hex DF DD 62

RGB Percentages of Color #dfdd62

%41.14
%40.77
%18.08

CMYK Percentages of Color #dfdd62

%0
%1
%56
%13

Triadic Colors of #dfdd62

#dfdd62 #62dfdd #dd62df

Analogous Colors of #dfdd62

#dfdd62 #a3df62 #df9f62

Monochromatic Colors of #dfdd62

#dfdd62

Complementary Color

#dfdd62 #6264df

#dfdd62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd62 Color CSS Codes

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

#dfdd62 Text Font Color

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

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


#dfdd62 Background Color

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

This div background color is #dfdd62


#dfdd62 Border Color

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

This div border color is #dfdd62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd62


Comments

No comments written yet.

Please login to write comment.