Color Hex Logo

#dfb16e Color Hex

#DFB16E
(223,177,110)
0 Favorites   0 Comments

Color spaces of #dfb16e

RGB 223177110
HSL0.100.640.65
HSV36°51°87°
CMYK 0.000.210.51   0.13
XYZ48.968048.258021.4857
Yxy48.25800.41250.4065
Hunter Lab69.46804.255730.2898
CIE-Lab74.98748.644140.4372

#dfb16e color RGB value is (223,177,110).

#dfb16e hex color red value is 223, green value is 177 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dfb16e hue: 0.10 , saturation: 0.64 and the lightness value of dfb16e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 01101110
Octal 337 261 156
Decimal 223 177 110
Hex DF B1 6E

RGB Percentages of Color #dfb16e

%43.73
%34.71
%21.57

CMYK Percentages of Color #dfb16e

%0
%21
%51
%13

Triadic Colors of #dfb16e

#dfb16e #6edfb1 #b16edf

Analogous Colors of #dfb16e

#dfb16e #d5df6e #df796e

Monochromatic Colors of #dfb16e

#dfb16e

Complementary Color

#dfb16e #6e9cdf

#dfb16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb16e Color CSS Codes

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

#dfb16e Text Font Color

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

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


#dfb16e Background Color

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

This div background color is #dfb16e


#dfb16e Border Color

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

This div border color is #dfb16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb16e


Comments

No comments written yet.

Please login to write comment.