Color Hex Logo

#dfa76a Color Hex

#DFA76A
(223,167,106)
0 Favorites   0 Comments

Color spaces of #dfa76a

RGB 223167106
HSL0.090.650.65
HSV31°52°87°
CMYK 0.000.250.52   0.13
XYZ46.851744.366019.7298
Yxy44.36600.42230.3999
Hunter Lab66.60788.992629.0633
CIE-Lab72.472513.624639.3636

#dfa76a color RGB value is (223,167,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 01101010
Octal 337 247 152
Decimal 223 167 106
Hex DF A7 6A

RGB Percentages of Color #dfa76a

%44.96
%33.67
%21.37

CMYK Percentages of Color #dfa76a

%0
%25
%52
%13

Triadic Colors of #dfa76a

#dfa76a #6adfa7 #a76adf

Analogous Colors of #dfa76a

#dfa76a #dddf6a #df6d6a

Monochromatic Colors of #dfa76a

#dfa76a

Complementary Color

#dfa76a #6aa2df

#dfa76a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa76a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa76a Color CSS Codes

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

#dfa76a Text Font Color

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

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


#dfa76a Background Color

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

This div background color is #dfa76a


#dfa76a Border Color

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

This div border color is #dfa76a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa76a


Comments

No comments written yet.

Please login to write comment.