Color Hex Logo

#dfb377 Color Hex

#DFB377
(223,179,119)
0 Favorites   0 Comments

Color spaces of #dfb377

RGB 223179119
HSL0.100.620.67
HSV35°47°87°
CMYK 0.000.200.47   0.13
XYZ49.881349.260124.3319
Yxy49.26010.40400.3990
Hunter Lab70.18554.036428.5752
CIE-Lab75.61298.424636.5858

#dfb377 color RGB value is (223,179,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 01110111
Octal 337 263 167
Decimal 223 179 119
Hex DF B3 77

RGB Percentages of Color #dfb377

%42.80
%34.36
%22.84

CMYK Percentages of Color #dfb377

%0
%20
%47
%13

Triadic Colors of #dfb377

#dfb377 #77dfb3 #b377df

Analogous Colors of #dfb377

#dfb377 #d7df77 #df7f77

Monochromatic Colors of #dfb377

#dfb377

Complementary Color

#dfb377 #77a3df

#dfb377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb377 Color CSS Codes

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

#dfb377 Text Font Color

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

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


#dfb377 Background Color

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

This div background color is #dfb377


#dfb377 Border Color

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

This div border color is #dfb377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb377


Comments

No comments written yet.

Please login to write comment.