Color Hex Logo

#dfc76e Color Hex

#DFC76E
(223,199,110)
0 Favorites   0 Comments

Color spaces of #dfc76e

RGB 223199110
HSL0.130.640.65
HSV47°51°87°
CMYK 0.000.110.51   0.13
XYZ53.669357.660623.0528
Yxy57.66060.39940.4291
Hunter Lab75.9346-6.724735.1545
CIE-Lab80.5497-2.893947.2628

#dfc76e color RGB value is (223,199,110).

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

The process color (four color CMYK) of #dfc76e color hex is 0.00, 0.11, 0.51, 0.13. Web safe color of #dfc76e is #cccc66. Color #dfc76e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 01101110
Octal 337 307 156
Decimal 223 199 110
Hex DF C7 6E

RGB Percentages of Color #dfc76e

%41.92
%37.41
%20.68

CMYK Percentages of Color #dfc76e

%0
%11
%51
%13

Triadic Colors of #dfc76e

#dfc76e #6edfc7 #c76edf

Analogous Colors of #dfc76e

#dfc76e #bfdf6e #df8f6e

Monochromatic Colors of #dfc76e

#dfc76e

Complementary Color

#dfc76e #6e86df

#dfc76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc76e Color CSS Codes

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

#dfc76e Text Font Color

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

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


#dfc76e Background Color

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

This div background color is #dfc76e


#dfc76e Border Color

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

This div border color is #dfc76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc76e


Comments

No comments written yet.

Please login to write comment.