Color Hex Logo

#dfb576 Color Hex

#DFB576
(223,181,118)
0 Favorites   0 Comments

Color spaces of #dfb576

RGB 223181118
HSL0.100.620.67
HSV36°47°87°
CMYK 0.000.190.47   0.13
XYZ50.225350.043724.1518
Yxy50.04370.40370.4022
Hunter Lab70.74162.934229.2770
CIE-Lab76.09617.266837.7191

#dfb576 color RGB value is (223,181,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110101 01110110
Octal 337 265 166
Decimal 223 181 118
Hex DF B5 76

RGB Percentages of Color #dfb576

%42.72
%34.67
%22.61

CMYK Percentages of Color #dfb576

%0
%19
%47
%13

Triadic Colors of #dfb576

#dfb576 #76dfb5 #b576df

Analogous Colors of #dfb576

#dfb576 #d5df76 #df8176

Monochromatic Colors of #dfb576

#dfb576

Complementary Color

#dfb576 #76a0df

#dfb576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb576 Color CSS Codes

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

#dfb576 Text Font Color

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

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


#dfb576 Background Color

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

This div background color is #dfb576


#dfb576 Border Color

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

This div border color is #dfb576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb576


Comments

No comments written yet.

Please login to write comment.