Color Hex Logo

#dfb580 Color Hex

#DFB580
(223,181,128)
0 Favorites   0 Comments

Color spaces of #dfb580

RGB 223181128
HSL0.090.600.69
HSV33°43°87°
CMYK 0.000.190.43   0.13
XYZ50.851650.294227.4497
Yxy50.29420.39540.3911
Hunter Lab70.91843.885126.6941
CIE-Lab76.24958.278832.7065

#dfb580 color RGB value is (223,181,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110101 10000000
Octal 337 265 200
Decimal 223 181 128
Hex DF B5 80

RGB Percentages of Color #dfb580

%41.92
%34.02
%24.06

CMYK Percentages of Color #dfb580

%0
%19
%43
%13

Triadic Colors of #dfb580

#dfb580 #80dfb5 #b580df

Analogous Colors of #dfb580

#dfb580 #dadf80 #df8680

Monochromatic Colors of #dfb580

#dfb580

Complementary Color

#dfb580 #80aadf

#dfb580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb580 Color CSS Codes

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

#dfb580 Text Font Color

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

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


#dfb580 Background Color

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

This div background color is #dfb580


#dfb580 Border Color

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

This div border color is #dfb580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb580


Comments

No comments written yet.

Please login to write comment.