Color Hex Logo

#dfd663 Color Hex

#DFD663
(223,214,99)
0 Favorites   0 Comments

Color spaces of #dfd663

RGB 22321499
HSL0.150.660.63
HSV56°56°87°
CMYK 0.000.040.56   0.13
XYZ56.730164.682021.2993
Yxy64.68200.39750.4532
Hunter Lab80.4251-14.834040.5956
CIE-Lab84.3196-11.431856.8650

#dfd663 color RGB value is (223,214,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010110 01100011
Octal 337 326 143
Decimal 223 214 99
Hex DF D6 63

RGB Percentages of Color #dfd663

%41.60
%39.93
%18.47

CMYK Percentages of Color #dfd663

%0
%4
%56
%13

Triadic Colors of #dfd663

#dfd663 #63dfd6 #d663df

Analogous Colors of #dfd663

#dfd663 #aadf63 #df9863

Monochromatic Colors of #dfd663

#dfd663

Complementary Color

#dfd663 #636cdf

#dfd663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd663 Color CSS Codes

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

#dfd663 Text Font Color

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

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


#dfd663 Background Color

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

This div background color is #dfd663


#dfd663 Border Color

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

This div border color is #dfd663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd663


Comments

No comments written yet.

Please login to write comment.