Color Hex Logo

#dfbb6e Color Hex

#DFBB6E
(223,187,110)
0 Favorites   0 Comments

Color spaces of #dfbb6e

RGB 223187110
HSL0.110.640.65
HSV41°51°87°
CMYK 0.000.160.51   0.13
XYZ51.016252.354422.1684
Yxy52.35440.40640.4170
Hunter Lab72.3563-0.768832.4843
CIE-Lab77.49233.359543.5356

#dfbb6e color RGB value is (223,187,110).

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

The process color (four color CMYK) of #dfbb6e color hex is 0.00, 0.16, 0.51, 0.13. Web safe color of #dfbb6e is #cccc66. Color #dfbb6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 01101110
Octal 337 273 156
Decimal 223 187 110
Hex DF BB 6E

RGB Percentages of Color #dfbb6e

%42.88
%35.96
%21.15

CMYK Percentages of Color #dfbb6e

%0
%16
%51
%13

Triadic Colors of #dfbb6e

#dfbb6e #6edfbb #bb6edf

Analogous Colors of #dfbb6e

#dfbb6e #cbdf6e #df836e

Monochromatic Colors of #dfbb6e

#dfbb6e

Complementary Color

#dfbb6e #6e92df

#dfbb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbb6e Color CSS Codes

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

#dfbb6e Text Font Color

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

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


#dfbb6e Background Color

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

This div background color is #dfbb6e


#dfbb6e Border Color

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

This div border color is #dfbb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbb6e


Comments

No comments written yet.

Please login to write comment.