Color Hex Logo

#dfb081 Color Hex

#DFB081
(223,176,129)
0 Favorites   0 Comments

Color spaces of #dfb081

RGB 223176129
HSL0.080.590.69
HSV30°42°87°
CMYK 0.000.210.42   0.13
XYZ49.919248.323627.4652
Yxy48.32360.39710.3844
Hunter Lab69.51526.530225.2354
CIE-Lab75.028611.045230.5777

#dfb081 color RGB value is (223,176,129).

#dfb081 hex color red value is 223, green value is 176 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dfb081 hue: 0.08 , saturation: 0.59 and the lightness value of dfb081 is 0.69.

The process color (four color CMYK) of #dfb081 color hex is 0.00, 0.21, 0.42, 0.13. Web safe color of #dfb081 is #cc9999. Color #dfb081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 10000001
Octal 337 260 201
Decimal 223 176 129
Hex DF B0 81

RGB Percentages of Color #dfb081

%42.23
%33.33
%24.43

CMYK Percentages of Color #dfb081

%0
%21
%42
%13

Triadic Colors of #dfb081

#dfb081 #81dfb0 #b081df

Analogous Colors of #dfb081

#dfb081 #dfdf81 #df8181

Monochromatic Colors of #dfb081

#dfb081

Complementary Color

#dfb081 #81b0df

#dfb081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb081 Color CSS Codes

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

#dfb081 Text Font Color

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

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


#dfb081 Background Color

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

This div background color is #dfb081


#dfb081 Border Color

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

This div border color is #dfb081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb081


Comments

No comments written yet.

Please login to write comment.