Color Hex Logo

#dfb06f Color Hex

#DFB06F
(223,176,111)
0 Favorites   0 Comments

Color spaces of #dfb06f

RGB 223176111
HSL0.100.640.65
HSV35°50°87°
CMYK 0.000.210.50   0.13
XYZ48.826047.886321.7085
Yxy47.88630.41230.4044
Hunter Lab69.19994.845929.8403
CIE-Lab74.75329.265839.6323

#dfb06f color RGB value is (223,176,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 01101111
Octal 337 260 157
Decimal 223 176 111
Hex DF B0 6F

RGB Percentages of Color #dfb06f

%43.73
%34.51
%21.76

CMYK Percentages of Color #dfb06f

%0
%21
%50
%13

Triadic Colors of #dfb06f

#dfb06f #6fdfb0 #b06fdf

Analogous Colors of #dfb06f

#dfb06f #d6df6f #df786f

Monochromatic Colors of #dfb06f

#dfb06f

Complementary Color

#dfb06f #6f9edf

#dfb06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb06f Color CSS Codes

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

#dfb06f Text Font Color

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

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


#dfb06f Background Color

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

This div background color is #dfb06f


#dfb06f Border Color

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

This div border color is #dfb06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb06f


Comments

No comments written yet.

Please login to write comment.