Color Hex Logo

#dfd763 Color Hex

#DFD763
(223,215,99)
0 Favorites   0 Comments

Color spaces of #dfd763

RGB 22321599
HSL0.160.660.63
HSV56°56°87°
CMYK 0.000.040.56   0.13
XYZ56.984065.189721.3839
Yxy65.18970.39690.4541
Hunter Lab80.7401-15.315240.8152
CIE-Lab84.5814-11.933157.1628

#dfd763 color RGB value is (223,215,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 01100011
Octal 337 327 143
Decimal 223 215 99
Hex DF D7 63

RGB Percentages of Color #dfd763

%41.53
%40.04
%18.44

CMYK Percentages of Color #dfd763

%0
%4
%56
%13

Triadic Colors of #dfd763

#dfd763 #63dfd7 #d763df

Analogous Colors of #dfd763

#dfd763 #a9df63 #df9963

Monochromatic Colors of #dfd763

#dfd763

Complementary Color

#dfd763 #636bdf

#dfd763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd763 Color CSS Codes

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

#dfd763 Text Font Color

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

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


#dfd763 Background Color

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

This div background color is #dfd763


#dfd763 Border Color

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

This div border color is #dfd763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd763


Comments

No comments written yet.

Please login to write comment.