Color Hex Logo

#dfba79 Color Hex

#DFBA79
(223,186,121)
0 Favorites   0 Comments

Color spaces of #dfba79

RGB 223186121
HSL0.110.610.67
HSV38°46°87°
CMYK 0.000.170.46   0.13
XYZ51.441552.186325.4509
Yxy52.18630.39850.4043
Hunter Lab72.24010.688129.6796
CIE-Lab77.39214.917337.8208

#dfba79 color RGB value is (223,186,121).

#dfba79 hex color red value is 223, green value is 186 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dfba79 hue: 0.11 , saturation: 0.61 and the lightness value of dfba79 is 0.67.

The process color (four color CMYK) of #dfba79 color hex is 0.00, 0.17, 0.46, 0.13. Web safe color of #dfba79 is #cccc66. Color #dfba79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 01111001
Octal 337 272 171
Decimal 223 186 121
Hex DF BA 79

RGB Percentages of Color #dfba79

%42.08
%35.09
%22.83

CMYK Percentages of Color #dfba79

%0
%17
%46
%13

Triadic Colors of #dfba79

#dfba79 #79dfba #ba79df

Analogous Colors of #dfba79

#dfba79 #d1df79 #df8779

Monochromatic Colors of #dfba79

#dfba79

Complementary Color

#dfba79 #799edf

#dfba79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfba79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfba79 Color CSS Codes

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

#dfba79 Text Font Color

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

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


#dfba79 Background Color

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

This div background color is #dfba79


#dfba79 Border Color

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

This div border color is #dfba79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfba79


Comments

No comments written yet.

Please login to write comment.