Color Hex Logo

#dfbd8d Color Hex

#DFBD8D
(223,189,141)
0 Favorites   0 Comments

Color spaces of #dfbd8d

RGB 223189141
HSL0.100.560.71
HSV35°37°87°
CMYK 0.000.150.37   0.13
XYZ53.436754.006332.8071
Yxy54.00630.38100.3851
Hunter Lab73.48901.188624.9739
CIE-Lab78.46545.492328.7908

#dfbd8d color RGB value is (223,189,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 10001101
Octal 337 275 215
Decimal 223 189 141
Hex DF BD 8D

RGB Percentages of Color #dfbd8d

%40.33
%34.18
%25.50

CMYK Percentages of Color #dfbd8d

%0
%15
%37
%13

Triadic Colors of #dfbd8d

#dfbd8d #8ddfbd #bd8ddf

Analogous Colors of #dfbd8d

#dfbd8d #d8df8d #df948d

Monochromatic Colors of #dfbd8d

#dfbd8d

Complementary Color

#dfbd8d #8dafdf

#dfbd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd8d Color CSS Codes

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

#dfbd8d Text Font Color

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

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


#dfbd8d Background Color

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

This div background color is #dfbd8d


#dfbd8d Border Color

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

This div border color is #dfbd8d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,189,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 #dfbd8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd8d


Comments

No comments written yet.

Please login to write comment.