Color Hex Logo

#dfa467 Color Hex

#DFA467
(223,164,103)
0 Favorites   0 Comments

Color spaces of #dfa467

RGB 223164103
HSL0.080.650.64
HSV31°54°87°
CMYK 0.000.260.54   0.13
XYZ46.155143.218218.7413
Yxy43.21820.42690.3997
Hunter Lab65.740610.275229.1160
CIE-Lab71.702814.974739.9592

#dfa467 color RGB value is (223,164,103).

#dfa467 hex color red value is 223, green value is 164 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dfa467 hue: 0.08 , saturation: 0.65 and the lightness value of dfa467 is 0.64.

The process color (four color CMYK) of #dfa467 color hex is 0.00, 0.26, 0.54, 0.13. Web safe color of #dfa467 is #cc9966. Color #dfa467 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 01100111
Octal 337 244 147
Decimal 223 164 103
Hex DF A4 67

RGB Percentages of Color #dfa467

%45.51
%33.47
%21.02

CMYK Percentages of Color #dfa467

%0
%26
%54
%13

Triadic Colors of #dfa467

#dfa467 #67dfa4 #a467df

Analogous Colors of #dfa467

#dfa467 #dedf67 #df6867

Monochromatic Colors of #dfa467

#dfa467

Complementary Color

#dfa467 #67a2df

#dfa467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa467 Color CSS Codes

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

#dfa467 Text Font Color

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

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


#dfa467 Background Color

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

This div background color is #dfa467


#dfa467 Border Color

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

This div border color is #dfa467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa467

#dfa467 Color Palettes


Comments

No comments written yet.

Please login to write comment.