Color Hex Logo

#dfa58b Color Hex

#DFA58B
(223,165,139)
0 Favorites   0 Comments

Color spaces of #dfa58b

RGB 223165139
HSL0.050.570.71
HSV19°38°87°
CMYK 0.000.260.38   0.13
XYZ48.546844.462330.4495
Yxy44.46230.39320.3601
Hunter Lab66.680113.267919.6012
CIE-Lab72.536418.055921.8604

#dfa58b color RGB value is (223,165,139).

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

The process color (four color CMYK) of #dfa58b color hex is 0.00, 0.26, 0.38, 0.13. Web safe color of #dfa58b is #cc9999. Color #dfa58b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100101 10001011
Octal 337 245 213
Decimal 223 165 139
Hex DF A5 8B

RGB Percentages of Color #dfa58b

%42.31
%31.31
%26.38

CMYK Percentages of Color #dfa58b

%0
%26
%38
%13

Triadic Colors of #dfa58b

#dfa58b #8bdfa5 #a58bdf

Analogous Colors of #dfa58b

#dfa58b #dfcf8b #df8b9b

Monochromatic Colors of #dfa58b

#dfa58b

Complementary Color

#dfa58b #8bc5df

#dfa58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa58b Color CSS Codes

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

#dfa58b Text Font Color

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

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


#dfa58b Background Color

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

This div background color is #dfa58b


#dfa58b Border Color

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

This div border color is #dfa58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa58b


Comments

No comments written yet.

Please login to write comment.