Color Hex Logo

#dfd662 Color Hex

#DFD662
(223,214,98)
0 Favorites   0 Comments

Color spaces of #dfd662

RGB 22321498
HSL0.150.660.63
HSV56°56°87°
CMYK 0.000.040.56   0.13
XYZ56.682664.663021.0490
Yxy64.66300.39810.4541
Hunter Lab80.4133-14.900340.7696
CIE-Lab84.3098-11.507057.3046

#dfd662 color RGB value is (223,214,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010110 01100010
Octal 337 326 142
Decimal 223 214 98
Hex DF D6 62

RGB Percentages of Color #dfd662

%41.68
%40.00
%18.32

CMYK Percentages of Color #dfd662

%0
%4
%56
%13

Triadic Colors of #dfd662

#dfd662 #62dfd6 #d662df

Analogous Colors of #dfd662

#dfd662 #aadf62 #df9862

Monochromatic Colors of #dfd662

#dfd662

Complementary Color

#dfd662 #626bdf

#dfd662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd662 Color CSS Codes

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

#dfd662 Text Font Color

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

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


#dfd662 Background Color

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

This div background color is #dfd662


#dfd662 Border Color

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

This div border color is #dfd662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd662


Comments

No comments written yet.

Please login to write comment.