Color Hex Logo

#dfbf8d Color Hex

#DFBF8D
(223,191,141)
1 Favorites   0 Comments

Color spaces of #dfbf8d

RGB 223191141
HSL0.100.560.71
HSV37°37°87°
CMYK 0.000.140.37   0.13
XYZ53.869954.872732.9515
Yxy54.87270.38020.3873
Hunter Lab74.07610.176225.4791
CIE-Lab78.96794.438629.4607

#dfbf8d color RGB value is (223,191,141).

#dfbf8d hex color red value is 223, green value is 191 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dfbf8d hue: 0.10 , saturation: 0.56 and the lightness value of dfbf8d is 0.71.

The process color (four color CMYK) of #dfbf8d color hex is 0.00, 0.14, 0.37, 0.13. Web safe color of #dfbf8d is #cccc99. Color #dfbf8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 10001101
Octal 337 277 215
Decimal 223 191 141
Hex DF BF 8D

RGB Percentages of Color #dfbf8d

%40.18
%34.41
%25.41

CMYK Percentages of Color #dfbf8d

%0
%14
%37
%13

Triadic Colors of #dfbf8d

#dfbf8d #8ddfbf #bf8ddf

Analogous Colors of #dfbf8d

#dfbf8d #d6df8d #df968d

Monochromatic Colors of #dfbf8d

#dfbf8d

Complementary Color

#dfbf8d #8daddf

#dfbf8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf8d Color CSS Codes

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

#dfbf8d Text Font Color

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

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


#dfbf8d Background Color

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

This div background color is #dfbf8d


#dfbf8d Border Color

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

This div border color is #dfbf8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbf8d

#dfbf8d Color Palettes


Comments

No comments written yet.

Please login to write comment.