Color Hex Logo

#dfa069 Color Hex

#DFA069
(223,160,105)
0 Favorites   0 Comments

Color spaces of #dfa069

RGB 223160105
HSL0.080.650.64
HSV28°53°87°
CMYK 0.000.280.53   0.13
XYZ45.552041.849519.0415
Yxy41.84950.42790.3932
Hunter Lab64.691212.480427.8321
CIE-Lab70.767017.289037.7549

#dfa069 color RGB value is (223,160,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 01101001
Octal 337 240 151
Decimal 223 160 105
Hex DF A0 69

RGB Percentages of Color #dfa069

%45.70
%32.79
%21.52

CMYK Percentages of Color #dfa069

%0
%28
%53
%13

Triadic Colors of #dfa069

#dfa069 #69dfa0 #a069df

Analogous Colors of #dfa069

#dfa069 #dfdb69 #df696d

Monochromatic Colors of #dfa069

#dfa069

Complementary Color

#dfa069 #69a8df

#dfa069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa069 Color CSS Codes

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

#dfa069 Text Font Color

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

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


#dfa069 Background Color

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

This div background color is #dfa069


#dfa069 Border Color

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

This div border color is #dfa069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa069


Comments

No comments written yet.

Please login to write comment.