Color Hex Logo

#dfa67f Color Hex

#DFA67F
(223,166,127)
0 Favorites   0 Comments

Color spaces of #dfa67f

RGB 223166127
HSL0.070.600.69
HSV24°43°87°
CMYK 0.000.260.43   0.13
XYZ47.898444.492726.1421
Yxy44.49270.40410.3754
Hunter Lab66.702811.448423.4551
CIE-Lab72.556616.181628.3783

#dfa67f color RGB value is (223,166,127).

#dfa67f hex color red value is 223, green value is 166 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dfa67f hue: 0.07 , saturation: 0.60 and the lightness value of dfa67f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 01111111
Octal 337 246 177
Decimal 223 166 127
Hex DF A6 7F

RGB Percentages of Color #dfa67f

%43.22
%32.17
%24.61

CMYK Percentages of Color #dfa67f

%0
%26
%43
%13

Triadic Colors of #dfa67f

#dfa67f #7fdfa6 #a67fdf

Analogous Colors of #dfa67f

#dfa67f #dfd67f #df7f88

Monochromatic Colors of #dfa67f

#dfa67f

Complementary Color

#dfa67f #7fb8df

#dfa67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa67f Color CSS Codes

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

#dfa67f Text Font Color

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

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


#dfa67f Background Color

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

This div background color is #dfa67f


#dfa67f Border Color

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

This div border color is #dfa67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa67f


Comments

No comments written yet.

Please login to write comment.