Color Hex Logo

#dfa156 Color Hex

#DFA156
(223,161,86)
0 Favorites   0 Comments

Color spaces of #dfa156

RGB 22316186
HSL0.090.680.61
HSV33°61°87°
CMYK 0.000.280.61   0.13
XYZ44.856041.849614.5177
Yxy41.84960.44310.4134
Hunter Lab64.691310.559631.9783
CIE-Lab70.767115.285647.4239

#dfa156 color RGB value is (223,161,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 01010110
Octal 337 241 126
Decimal 223 161 86
Hex DF A1 56

RGB Percentages of Color #dfa156

%47.45
%34.26
%18.30

CMYK Percentages of Color #dfa156

%0
%28
%61
%13

Triadic Colors of #dfa156

#dfa156 #56dfa1 #a156df

Analogous Colors of #dfa156

#dfa156 #d9df56 #df5d56

Monochromatic Colors of #dfa156

#dfa156

Complementary Color

#dfa156 #5694df

#dfa156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa156 Color CSS Codes

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

#dfa156 Text Font Color

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

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


#dfa156 Background Color

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

This div background color is #dfa156


#dfa156 Border Color

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

This div border color is #dfa156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa156


Comments

No comments written yet.

Please login to write comment.