Color Hex Logo

#dfb076 Color Hex

#DFB076
(223,176,118)
0 Favorites   0 Comments

Color spaces of #dfb076

RGB 223176118
HSL0.090.620.67
HSV33°47°87°
CMYK 0.000.210.47   0.13
XYZ49.226848.046623.8189
Yxy48.04660.40650.3968
Hunter Lab69.31575.465328.1472
CIE-Lab74.85439.922536.1370

#dfb076 color RGB value is (223,176,118).

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

The process color (four color CMYK) of #dfb076 color hex is 0.00, 0.21, 0.47, 0.13. Web safe color of #dfb076 is #cc9966. Color #dfb076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 01110110
Octal 337 260 166
Decimal 223 176 118
Hex DF B0 76

RGB Percentages of Color #dfb076

%43.13
%34.04
%22.82

CMYK Percentages of Color #dfb076

%0
%21
%47
%13

Triadic Colors of #dfb076

#dfb076 #76dfb0 #b076df

Analogous Colors of #dfb076

#dfb076 #dadf76 #df7c76

Monochromatic Colors of #dfb076

#dfb076

Complementary Color

#dfb076 #76a5df

#dfb076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb076 Color CSS Codes

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

#dfb076 Text Font Color

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

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


#dfb076 Background Color

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

This div background color is #dfb076


#dfb076 Border Color

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

This div border color is #dfb076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb076


Comments

No comments written yet.

Please login to write comment.