Color Hex Logo

#dfb776 Color Hex

#DFB776
(223,183,118)
0 Favorites   0 Comments

Color spaces of #dfb776

RGB 223183118
HSL0.100.620.67
HSV37°47°87°
CMYK 0.000.180.47   0.13
XYZ50.634950.863024.2883
Yxy50.86300.40250.4044
Hunter Lab71.31831.925229.7309
CIE-Lab76.59596.208138.3533

#dfb776 color RGB value is (223,183,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 01110110
Octal 337 267 166
Decimal 223 183 118
Hex DF B7 76

RGB Percentages of Color #dfb776

%42.56
%34.92
%22.52

CMYK Percentages of Color #dfb776

%0
%18
%47
%13

Triadic Colors of #dfb776

#dfb776 #76dfb7 #b776df

Analogous Colors of #dfb776

#dfb776 #d3df76 #df8376

Monochromatic Colors of #dfb776

#dfb776

Complementary Color

#dfb776 #769edf

#dfb776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb776 Color CSS Codes

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

#dfb776 Text Font Color

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

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


#dfb776 Background Color

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

This div background color is #dfb776


#dfb776 Border Color

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

This div border color is #dfb776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb776


Comments

No comments written yet.

Please login to write comment.