Color Hex Logo

#dfa65a Color Hex

#DFA65A
(223,166,90)
0 Favorites   0 Comments

Color spaces of #dfa65a

RGB 22316690
HSL0.100.680.61
HSV34°60°87°
CMYK 0.000.260.60   0.13
XYZ45.913143.698615.6876
Yxy43.69860.43600.4150
Hunter Lab66.10498.293432.2031
CIE-Lab72.026612.891146.9215

#dfa65a color RGB value is (223,166,90).

#dfa65a hex color red value is 223, green value is 166 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dfa65a hue: 0.10 , saturation: 0.68 and the lightness value of dfa65a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 01011010
Octal 337 246 132
Decimal 223 166 90
Hex DF A6 5A

RGB Percentages of Color #dfa65a

%46.56
%34.66
%18.79

CMYK Percentages of Color #dfa65a

%0
%26
%60
%13

Triadic Colors of #dfa65a

#dfa65a #5adfa6 #a65adf

Analogous Colors of #dfa65a

#dfa65a #d6df5a #df645a

Monochromatic Colors of #dfa65a

#dfa65a

Complementary Color

#dfa65a #5a93df

#dfa65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa65a Color CSS Codes

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

#dfa65a Text Font Color

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

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


#dfa65a Background Color

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

This div background color is #dfa65a


#dfa65a Border Color

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

This div border color is #dfa65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa65a


Comments

No comments written yet.

Please login to write comment.