Color Hex Logo

#dfa765 Color Hex

#DFA765
(223,167,101)
0 Favorites   0 Comments

Color spaces of #dfa765

RGB 223167101
HSL0.090.660.64
HSV32°55°87°
CMYK 0.000.250.55   0.13
XYZ46.599144.265018.3999
Yxy44.26500.42650.4051
Hunter Lab66.53198.590830.1753
CIE-Lab72.405313.203141.8500

#dfa765 color RGB value is (223,167,101).

#dfa765 hex color red value is 223, green value is 167 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #dfa765 hue: 0.09 , saturation: 0.66 and the lightness value of dfa765 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 01100101
Octal 337 247 145
Decimal 223 167 101
Hex DF A7 65

RGB Percentages of Color #dfa765

%45.42
%34.01
%20.57

CMYK Percentages of Color #dfa765

%0
%25
%55
%13

Triadic Colors of #dfa765

#dfa765 #65dfa7 #a765df

Analogous Colors of #dfa765

#dfa765 #dadf65 #df6a65

Monochromatic Colors of #dfa765

#dfa765

Complementary Color

#dfa765 #659ddf

#dfa765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa765 Color CSS Codes

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

#dfa765 Text Font Color

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

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


#dfa765 Background Color

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

This div background color is #dfa765


#dfa765 Border Color

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

This div border color is #dfa765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa765


Comments

No comments written yet.

Please login to write comment.