Color Hex Logo

#dfa64e Color Hex

#DFA64E
(223,166,78)
0 Favorites   0 Comments

Color spaces of #dfa64e

RGB 22316678
HSL0.100.690.59
HSV36°65°87°
CMYK 0.000.260.65   0.13
XYZ45.442843.510513.2110
Yxy43.51050.44480.4259
Hunter Lab65.96257.537734.2991
CIE-Lab71.900112.092252.5397

#dfa64e color RGB value is (223,166,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 01001110
Octal 337 246 116
Decimal 223 166 78
Hex DF A6 4E

RGB Percentages of Color #dfa64e

%47.75
%35.55
%16.70

CMYK Percentages of Color #dfa64e

%0
%26
%65
%13

Triadic Colors of #dfa64e

#dfa64e #4edfa6 #a64edf

Analogous Colors of #dfa64e

#dfa64e #d0df4e #df5e4e

Monochromatic Colors of #dfa64e

#dfa64e

Complementary Color

#dfa64e #4e87df

#dfa64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa64e Color CSS Codes

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

#dfa64e Text Font Color

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

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


#dfa64e Background Color

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

This div background color is #dfa64e


#dfa64e Border Color

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

This div border color is #dfa64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa64e


Comments

No comments written yet.

Please login to write comment.