Color Hex Logo

#dfb676 Color Hex

#DFB676
(223,182,118)
0 Favorites   0 Comments

Color spaces of #dfb676

RGB 223182118
HSL0.100.620.67
HSV37°47°87°
CMYK 0.000.180.47   0.13
XYZ50.429450.451924.2198
Yxy50.45190.40310.4033
Hunter Lab71.02952.429529.5038
CIE-Lab76.34586.737238.0362

#dfb676 color RGB value is (223,182,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 01110110
Octal 337 266 166
Decimal 223 182 118
Hex DF B6 76

RGB Percentages of Color #dfb676

%42.64
%34.80
%22.56

CMYK Percentages of Color #dfb676

%0
%18
%47
%13

Triadic Colors of #dfb676

#dfb676 #76dfb6 #b676df

Analogous Colors of #dfb676

#dfb676 #d4df76 #df8276

Monochromatic Colors of #dfb676

#dfb676

Complementary Color

#dfb676 #769fdf

#dfb676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb676 Color CSS Codes

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

#dfb676 Text Font Color

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

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


#dfb676 Background Color

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

This div background color is #dfb676


#dfb676 Border Color

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

This div border color is #dfb676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb676

#dfb676 Color Palettes


Comments

No comments written yet.

Please login to write comment.