Color Hex Logo

#dfa168 Color Hex

#DFA168
(223,161,104)
0 Favorites   0 Comments

Color spaces of #dfa168

RGB 223161104
HSL0.080.650.64
HSV29°53°87°
CMYK 0.000.280.53   0.13
XYZ45.675042.177218.8304
Yxy42.17720.42810.3954
Hunter Lab64.944011.886828.2697
CIE-Lab70.992916.667238.5592

#dfa168 color RGB value is (223,161,104).

#dfa168 hex color red value is 223, green value is 161 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dfa168 hue: 0.08 , saturation: 0.65 and the lightness value of dfa168 is 0.64.

The process color (four color CMYK) of #dfa168 color hex is 0.00, 0.28, 0.53, 0.13. Web safe color of #dfa168 is #cc9966. Color #dfa168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 01101000
Octal 337 241 150
Decimal 223 161 104
Hex DF A1 68

RGB Percentages of Color #dfa168

%45.70
%32.99
%21.31

CMYK Percentages of Color #dfa168

%0
%28
%53
%13

Triadic Colors of #dfa168

#dfa168 #68dfa1 #a168df

Analogous Colors of #dfa168

#dfa168 #dfdd68 #df686b

Monochromatic Colors of #dfa168

#dfa168

Complementary Color

#dfa168 #68a6df

#dfa168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa168 Color CSS Codes

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

#dfa168 Text Font Color

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

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


#dfa168 Background Color

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

This div background color is #dfa168


#dfa168 Border Color

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

This div border color is #dfa168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa168


Comments

No comments written yet.

Please login to write comment.