Color Hex Logo

#dfb980 Color Hex

#DFB980
(223,185,128)
0 Favorites   0 Comments

Color spaces of #dfb980

RGB 223185128
HSL0.100.600.69
HSV36°43°87°
CMYK 0.000.170.43   0.13
XYZ51.676751.944427.7247
Yxy51.94440.39340.3955
Hunter Lab72.07251.859527.6432
CIE-Lab77.24766.160334.0068

#dfb980 color RGB value is (223,185,128).

#dfb980 hex color red value is 223, green value is 185 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dfb980 hue: 0.10 , saturation: 0.60 and the lightness value of dfb980 is 0.69.

The process color (four color CMYK) of #dfb980 color hex is 0.00, 0.17, 0.43, 0.13. Web safe color of #dfb980 is #cccc99. Color #dfb980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 10000000
Octal 337 271 200
Decimal 223 185 128
Hex DF B9 80

RGB Percentages of Color #dfb980

%41.60
%34.51
%23.88

CMYK Percentages of Color #dfb980

%0
%17
%43
%13

Triadic Colors of #dfb980

#dfb980 #80dfb9 #b980df

Analogous Colors of #dfb980

#dfb980 #d6df80 #df8a80

Monochromatic Colors of #dfb980

#dfb980

Complementary Color

#dfb980 #80a6df

#dfb980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb980 Color CSS Codes

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

#dfb980 Text Font Color

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

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


#dfb980 Background Color

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

This div background color is #dfb980


#dfb980 Border Color

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

This div border color is #dfb980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb980


Comments

No comments written yet.

Please login to write comment.