Color Hex Logo

#dfc76d Color Hex

#DFC76D
(223,199,109)
0 Favorites   0 Comments

Color spaces of #dfc76d

RGB 223199109
HSL0.130.640.65
HSV47°51°87°
CMYK 0.000.110.51   0.13
XYZ53.615257.638922.7676
Yxy57.63890.40000.4301
Hunter Lab75.9203-6.803135.3638
CIE-Lab80.5376-2.980647.7355

#dfc76d color RGB value is (223,199,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 01101101
Octal 337 307 155
Decimal 223 199 109
Hex DF C7 6D

RGB Percentages of Color #dfc76d

%42.00
%37.48
%20.53

CMYK Percentages of Color #dfc76d

%0
%11
%51
%13

Triadic Colors of #dfc76d

#dfc76d #6ddfc7 #c76ddf

Analogous Colors of #dfc76d

#dfc76d #bedf6d #df8e6d

Monochromatic Colors of #dfc76d

#dfc76d

Complementary Color

#dfc76d #6d85df

#dfc76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc76d Color CSS Codes

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

#dfc76d Text Font Color

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

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


#dfc76d Background Color

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

This div background color is #dfc76d


#dfc76d Border Color

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

This div border color is #dfc76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc76d


Comments

No comments written yet.

Please login to write comment.