Color Hex Logo

#dfc676 Color Hex

#DFC676
(223,198,118)
0 Favorites   0 Comments

Color spaces of #dfc676

RGB 223198118
HSL0.130.620.67
HSV46°47°87°
CMYK 0.000.110.47   0.13
XYZ53.895557.384125.3752
Yxy57.38410.39440.4199
Hunter Lab75.7523-5.569133.1659
CIE-Lab80.3951-1.647943.1207

#dfc676 color RGB value is (223,198,118).

#dfc676 hex color red value is 223, green value is 198 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dfc676 hue: 0.13 , saturation: 0.62 and the lightness value of dfc676 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 01110110
Octal 337 306 166
Decimal 223 198 118
Hex DF C6 76

RGB Percentages of Color #dfc676

%41.37
%36.73
%21.89

CMYK Percentages of Color #dfc676

%0
%11
%47
%13

Triadic Colors of #dfc676

#dfc676 #76dfc6 #c676df

Analogous Colors of #dfc676

#dfc676 #c4df76 #df9276

Monochromatic Colors of #dfc676

#dfc676

Complementary Color

#dfc676 #768fdf

#dfc676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc676 Color CSS Codes

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

#dfc676 Text Font Color

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

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


#dfc676 Background Color

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

This div background color is #dfc676


#dfc676 Border Color

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

This div border color is #dfc676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc676


Comments

No comments written yet.

Please login to write comment.