Color Hex Logo

#dbb16f Color Hex

#DBB16F
(219,177,111)
0 Favorites   0 Comments

Color spaces of #dbb16f

RGB 219177111
HSL0.100.600.65
HSV37°49°86°
CMYK 0.000.190.49   0.14
XYZ47.804847.652021.7171
Yxy47.65200.40800.4067
Hunter Lab69.03042.811229.6686
CIE-Lab74.60497.093439.3613

#dbb16f color RGB value is (219,177,111).

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

The process color (four color CMYK) of #dbb16f color hex is 0.00, 0.19, 0.49, 0.14. Web safe color of #dbb16f is #cc9966. Color #dbb16f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 01101111
Octal 333 261 157
Decimal 219 177 111
Hex DB B1 6F

RGB Percentages of Color #dbb16f

%43.20
%34.91
%21.89

CMYK Percentages of Color #dbb16f

%0
%19
%49
%14

Triadic Colors of #dbb16f

#dbb16f #6fdbb1 #b16fdb

Analogous Colors of #dbb16f

#dbb16f #cfdb6f #db7b6f

Monochromatic Colors of #dbb16f

#dbb16f

Complementary Color

#dbb16f #6f99db

#dbb16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb16f Color CSS Codes

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

#dbb16f Text Font Color

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

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


#dbb16f Background Color

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

This div background color is #dbb16f


#dbb16f Border Color

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

This div border color is #dbb16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb16f


Comments

No comments written yet.

Please login to write comment.