Color Hex Logo

#dfa676 Color Hex

#DFA676
(223,166,118)
0 Favorites   0 Comments

Color spaces of #dfa676

RGB 223166118
HSL0.080.620.67
HSV27°47°87°
CMYK 0.000.260.47   0.13
XYZ47.337744.268423.1892
Yxy44.26840.41240.3856
Hunter Lab66.534510.563125.9099
CIE-Lab72.407515.265532.9899

#dfa676 color RGB value is (223,166,118).

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

The process color (four color CMYK) of #dfa676 color hex is 0.00, 0.26, 0.47, 0.13. Web safe color of #dfa676 is #cc9966. Color #dfa676 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 01110110
Octal 337 246 166
Decimal 223 166 118
Hex DF A6 76

RGB Percentages of Color #dfa676

%43.98
%32.74
%23.27

CMYK Percentages of Color #dfa676

%0
%26
%47
%13

Triadic Colors of #dfa676

#dfa676 #76dfa6 #a676df

Analogous Colors of #dfa676

#dfa676 #dfdb76 #df767b

Monochromatic Colors of #dfa676

#dfa676

Complementary Color

#dfa676 #76afdf

#dfa676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa676 Color CSS Codes

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

#dfa676 Text Font Color

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

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


#dfa676 Background Color

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

This div background color is #dfa676


#dfa676 Border Color

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

This div border color is #dfa676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa676


Comments

No comments written yet.

Please login to write comment.