Color Hex Logo

#dfa86a Color Hex

#DFA86A
(223,168,106)
0 Favorites   0 Comments

Color spaces of #dfa86a

RGB 223168106
HSL0.090.650.65
HSV32°52°87°
CMYK 0.000.250.52   0.13
XYZ47.035644.733819.7911
Yxy44.73380.42160.4010
Hunter Lab66.88338.484029.2741
CIE-Lab72.716313.089839.6669

#dfa86a color RGB value is (223,168,106).

#dfa86a hex color red value is 223, green value is 168 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dfa86a hue: 0.09 , saturation: 0.65 and the lightness value of dfa86a is 0.65.

The process color (four color CMYK) of #dfa86a color hex is 0.00, 0.25, 0.52, 0.13. Web safe color of #dfa86a is #cc9966. Color #dfa86a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101000 01101010
Octal 337 250 152
Decimal 223 168 106
Hex DF A8 6A

RGB Percentages of Color #dfa86a

%44.87
%33.80
%21.33

CMYK Percentages of Color #dfa86a

%0
%25
%52
%13

Triadic Colors of #dfa86a

#dfa86a #6adfa8 #a86adf

Analogous Colors of #dfa86a

#dfa86a #dcdf6a #df6e6a

Monochromatic Colors of #dfa86a

#dfa86a

Complementary Color

#dfa86a #6aa1df

#dfa86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa86a Color CSS Codes

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

#dfa86a Text Font Color

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

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


#dfa86a Background Color

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

This div background color is #dfa86a


#dfa86a Border Color

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

This div border color is #dfa86a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa86a

#dfa86a Color Palettes


Comments

No comments written yet.

Please login to write comment.