Color Hex Logo

#dfb376 Color Hex

#DFB376
(223,179,118)
0 Favorites   0 Comments

Color spaces of #dfb376

RGB 223179118
HSL0.100.620.67
HSV35°47°87°
CMYK 0.000.200.47   0.13
XYZ49.821549.236224.0172
Yxy49.23620.40480.4001
Hunter Lab70.16853.944828.8242
CIE-Lab75.59808.327337.0858

#dfb376 color RGB value is (223,179,118).

#dfb376 hex color red value is 223, green value is 179 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dfb376 hue: 0.10 , saturation: 0.62 and the lightness value of dfb376 is 0.67.

The process color (four color CMYK) of #dfb376 color hex is 0.00, 0.20, 0.47, 0.13. Web safe color of #dfb376 is #cccc66. Color #dfb376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 01110110
Octal 337 263 166
Decimal 223 179 118
Hex DF B3 76

RGB Percentages of Color #dfb376

%42.88
%34.42
%22.69

CMYK Percentages of Color #dfb376

%0
%20
%47
%13

Triadic Colors of #dfb376

#dfb376 #76dfb3 #b376df

Analogous Colors of #dfb376

#dfb376 #d7df76 #df7f76

Monochromatic Colors of #dfb376

#dfb376

Complementary Color

#dfb376 #76a2df

#dfb376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb376 Color CSS Codes

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

#dfb376 Text Font Color

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

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


#dfb376 Background Color

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

This div background color is #dfb376


#dfb376 Border Color

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

This div border color is #dfb376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb376


Comments

No comments written yet.

Please login to write comment.