Color Hex Logo

#dfb86f Color Hex

#DFB86F
(223,184,111)
0 Favorites   0 Comments

Color spaces of #dfb86f

RGB 223184111
HSL0.110.640.65
HSV39°50°87°
CMYK 0.000.170.50   0.13
XYZ50.441251.116722.2469
Yxy51.11670.40740.4129
Hunter Lab71.49590.815931.5983
CIE-Lab76.74965.028142.1165

#dfb86f color RGB value is (223,184,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 01101111
Octal 337 270 157
Decimal 223 184 111
Hex DF B8 6F

RGB Percentages of Color #dfb86f

%43.05
%35.52
%21.43

CMYK Percentages of Color #dfb86f

%0
%17
%50
%13

Triadic Colors of #dfb86f

#dfb86f #6fdfb8 #b86fdf

Analogous Colors of #dfb86f

#dfb86f #cedf6f #df806f

Monochromatic Colors of #dfb86f

#dfb86f

Complementary Color

#dfb86f #6f96df

#dfb86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb86f Color CSS Codes

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

#dfb86f Text Font Color

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

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


#dfb86f Background Color

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

This div background color is #dfb86f


#dfb86f Border Color

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

This div border color is #dfb86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb86f

#dfb86f Color Palettes


Comments

No comments written yet.

Please login to write comment.