Color Hex Logo

#dfb46f Color Hex

#DFB46F
(223,180,111)
0 Favorites   0 Comments

Color spaces of #dfb46f

RGB 223180111
HSL0.100.640.65
HSV37°50°87°
CMYK 0.000.190.50   0.13
XYZ49.621949.478221.9738
Yxy49.47820.40980.4087
Hunter Lab70.34072.826630.7169
CIE-Lab75.74797.142440.8733

#dfb46f color RGB value is (223,180,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 01101111
Octal 337 264 157
Decimal 223 180 111
Hex DF B4 6F

RGB Percentages of Color #dfb46f

%43.39
%35.02
%21.60

CMYK Percentages of Color #dfb46f

%0
%19
%50
%13

Triadic Colors of #dfb46f

#dfb46f #6fdfb4 #b46fdf

Analogous Colors of #dfb46f

#dfb46f #d2df6f #df7c6f

Monochromatic Colors of #dfb46f

#dfb46f

Complementary Color

#dfb46f #6f9adf

#dfb46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb46f Color CSS Codes

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

#dfb46f Text Font Color

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

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


#dfb46f Background Color

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

This div background color is #dfb46f


#dfb46f Border Color

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

This div border color is #dfb46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb46f


Comments

No comments written yet.

Please login to write comment.