Color Hex Logo

#dfa846 Color Hex

#DFA846
(223,168,70)
0 Favorites   0 Comments

Color spaces of #dfa846

RGB 22316870
HSL0.110.710.57
HSV38°69°87°
CMYK 0.000.250.69   0.13
XYZ45.539544.135411.9131
Yxy44.13540.44830.4345
Hunter Lab66.43456.097835.8722
CIE-Lab72.318910.564156.6166

#dfa846 color RGB value is (223,168,70).

#dfa846 hex color red value is 223, green value is 168 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dfa846 hue: 0.11 , saturation: 0.71 and the lightness value of dfa846 is 0.57.

The process color (four color CMYK) of #dfa846 color hex is 0.00, 0.25, 0.69, 0.13. Web safe color of #dfa846 is #cc9933. Color #dfa846 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101000 01000110
Octal 337 250 106
Decimal 223 168 70
Hex DF A8 46

RGB Percentages of Color #dfa846

%48.37
%36.44
%15.18

CMYK Percentages of Color #dfa846

%0
%25
%69
%13

Triadic Colors of #dfa846

#dfa846 #46dfa8 #a846df

Analogous Colors of #dfa846

#dfa846 #cadf46 #df5c46

Monochromatic Colors of #dfa846

#dfa846

Complementary Color

#dfa846 #467ddf

#dfa846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa846 Color CSS Codes

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

#dfa846 Text Font Color

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

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


#dfa846 Background Color

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

This div background color is #dfa846


#dfa846 Border Color

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

This div border color is #dfa846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa846


Comments

No comments written yet.

Please login to write comment.