Color Hex Logo

#dfd76f Color Hex

#DFD76F
(223,215,111)
0 Favorites   0 Comments

Color spaces of #dfd76f

RGB 223215111
HSL0.150.640.65
HSV56°50°87°
CMYK 0.000.040.50   0.13
XYZ57.601165.436524.6335
Yxy65.43650.39010.4431
Hunter Lab80.8928-14.458538.5700
CIE-Lab84.7082-10.963151.7680

#dfd76f color RGB value is (223,215,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 01101111
Octal 337 327 157
Decimal 223 215 111
Hex DF D7 6F

RGB Percentages of Color #dfd76f

%40.62
%39.16
%20.22

CMYK Percentages of Color #dfd76f

%0
%4
%50
%13

Triadic Colors of #dfd76f

#dfd76f #6fdfd7 #d76fdf

Analogous Colors of #dfd76f

#dfd76f #afdf6f #df9f6f

Monochromatic Colors of #dfd76f

#dfd76f

Complementary Color

#dfd76f #6f77df

#dfd76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd76f Color CSS Codes

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

#dfd76f Text Font Color

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

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


#dfd76f Background Color

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

This div background color is #dfd76f


#dfd76f Border Color

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

This div border color is #dfd76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd76f


Comments

No comments written yet.

Please login to write comment.