Color Hex Logo

#dfa683 Color Hex

#DFA683
(223,166,131)
0 Favorites   0 Comments

Color spaces of #dfa683

RGB 223166131
HSL0.060.590.69
HSV23°41°87°
CMYK 0.000.260.41   0.13
XYZ48.164444.599127.5427
Yxy44.59910.40030.3707
Hunter Lab66.782611.866922.2952
CIE-Lab72.627116.612826.3185

#dfa683 color RGB value is (223,166,131).

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

The process color (four color CMYK) of #dfa683 color hex is 0.00, 0.26, 0.41, 0.13. Web safe color of #dfa683 is #cc9999. Color #dfa683 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 10000011
Octal 337 246 203
Decimal 223 166 131
Hex DF A6 83

RGB Percentages of Color #dfa683

%42.88
%31.92
%25.19

CMYK Percentages of Color #dfa683

%0
%26
%41
%13

Triadic Colors of #dfa683

#dfa683 #83dfa6 #a683df

Analogous Colors of #dfa683

#dfa683 #dfd483 #df838e

Monochromatic Colors of #dfa683

#dfa683

Complementary Color

#dfa683 #83bcdf

#dfa683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa683 Color CSS Codes

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

#dfa683 Text Font Color

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

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


#dfa683 Background Color

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

This div background color is #dfa683


#dfa683 Border Color

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

This div border color is #dfa683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa683


Comments

No comments written yet.

Please login to write comment.