Color Hex Logo

#dfa856 Color Hex

#DFA856
(223,168,86)
0 Favorites   0 Comments

Color spaces of #dfa856

RGB 22316886
HSL0.100.680.61
HSV36°61°87°
CMYK 0.000.250.61   0.13
XYZ46.113844.365114.9370
Yxy44.36510.43740.4209
Hunter Lab66.60717.017633.3289
CIE-Lab72.471911.542649.3888

#dfa856 color RGB value is (223,168,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101000 01010110
Octal 337 250 126
Decimal 223 168 86
Hex DF A8 56

RGB Percentages of Color #dfa856

%46.75
%35.22
%18.03

CMYK Percentages of Color #dfa856

%0
%25
%61
%13

Triadic Colors of #dfa856

#dfa856 #56dfa8 #a856df

Analogous Colors of #dfa856

#dfa856 #d2df56 #df6456

Monochromatic Colors of #dfa856

#dfa856

Complementary Color

#dfa856 #568ddf

#dfa856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa856 Color CSS Codes

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

#dfa856 Text Font Color

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

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


#dfa856 Background Color

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

This div background color is #dfa856


#dfa856 Border Color

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

This div border color is #dfa856


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,168,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 #dfa856">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa856


Comments

No comments written yet.

Please login to write comment.