Color Hex Logo

#dbb56e Color Hex

#DBB56E
(219,181,110)
0 Favorites   0 Comments

Color spaces of #dbb56e

RGB 219181110
HSL0.110.600.65
HSV39°50°86°
CMYK 0.000.170.50   0.14
XYZ48.551849.233621.6959
Yxy49.23360.40640.4121
Hunter Lab70.16670.721430.7839
CIE-Lab75.59644.880041.1088

#dbb56e color RGB value is (219,181,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110101 01101110
Octal 333 265 156
Decimal 219 181 110
Hex DB B5 6E

RGB Percentages of Color #dbb56e

%42.94
%35.49
%21.57

CMYK Percentages of Color #dbb56e

%0
%17
%50
%14

Triadic Colors of #dbb56e

#dbb56e #6edbb5 #b56edb

Analogous Colors of #dbb56e

#dbb56e #cbdb6e #db7f6e

Monochromatic Colors of #dbb56e

#dbb56e

Complementary Color

#dbb56e #6e94db

#dbb56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb56e Color CSS Codes

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

#dbb56e Text Font Color

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

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


#dbb56e Background Color

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

This div background color is #dbb56e


#dbb56e Border Color

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

This div border color is #dbb56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb56e


Comments

No comments written yet.

Please login to write comment.