Color Hex Logo

#dfac7b Color Hex

#DFAC7B
(223,172,123)
0 Favorites   0 Comments

Color spaces of #dfac7b

RGB 223172123
HSL0.080.610.68
HSV29°45°87°
CMYK 0.000.230.45   0.13
XYZ48.759146.623125.1682
Yxy46.62310.40450.3868
Hunter Lab68.28117.973825.9427
CIE-Lab73.948012.553132.3406

#dfac7b color RGB value is (223,172,123).

#dfac7b hex color red value is 223, green value is 172 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dfac7b hue: 0.08 , saturation: 0.61 and the lightness value of dfac7b is 0.68.

The process color (four color CMYK) of #dfac7b color hex is 0.00, 0.23, 0.45, 0.13. Web safe color of #dfac7b is #cc9966. Color #dfac7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 01111011
Octal 337 254 173
Decimal 223 172 123
Hex DF AC 7B

RGB Percentages of Color #dfac7b

%43.05
%33.20
%23.75

CMYK Percentages of Color #dfac7b

%0
%23
%45
%13

Triadic Colors of #dfac7b

#dfac7b #7bdfac #ac7bdf

Analogous Colors of #dfac7b

#dfac7b #dfde7b #df7b7c

Monochromatic Colors of #dfac7b

#dfac7b

Complementary Color

#dfac7b #7baedf

#dfac7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfac7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfac7b Color CSS Codes

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

#dfac7b Text Font Color

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

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


#dfac7b Background Color

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

This div background color is #dfac7b


#dfac7b Border Color

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

This div border color is #dfac7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfac7b


Comments

No comments written yet.

Please login to write comment.