Color Hex Logo

#dfa356 Color Hex

#DFA356
(223,163,86)
0 Favorites   0 Comments

Color spaces of #dfa356

RGB 22316386
HSL0.090.680.61
HSV34°61°87°
CMYK 0.000.270.61   0.13
XYZ45.208342.554214.6352
Yxy42.55420.44150.4156
Hunter Lab65.23369.545632.3618
CIE-Lab71.251314.214947.9839

#dfa356 color RGB value is (223,163,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 01010110
Octal 337 243 126
Decimal 223 163 86
Hex DF A3 56

RGB Percentages of Color #dfa356

%47.25
%34.53
%18.22

CMYK Percentages of Color #dfa356

%0
%27
%61
%13

Triadic Colors of #dfa356

#dfa356 #56dfa3 #a356df

Analogous Colors of #dfa356

#dfa356 #d7df56 #df5f56

Monochromatic Colors of #dfa356

#dfa356

Complementary Color

#dfa356 #5692df

#dfa356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa356 Color CSS Codes

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

#dfa356 Text Font Color

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

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


#dfa356 Background Color

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

This div background color is #dfa356


#dfa356 Border Color

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

This div border color is #dfa356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa356


Comments

No comments written yet.

Please login to write comment.