Color Hex Logo

#dbb37f Color Hex

#DBB37F
(219,179,127)
0 Favorites   0 Comments

Color spaces of #dbb37f

RGB 219179127
HSL0.090.560.68
HSV34°42°86°
CMYK 0.000.180.42   0.14
XYZ49.164348.832626.9131
Yxy48.83260.39360.3909
Hunter Lab69.88033.293126.0818
CIE-Lab75.34717.628631.9793

#dbb37f color RGB value is (219,179,127).

#dbb37f hex color red value is 219, green value is 179 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dbb37f hue: 0.09 , saturation: 0.56 and the lightness value of dbb37f is 0.68.

The process color (four color CMYK) of #dbb37f color hex is 0.00, 0.18, 0.42, 0.14. Web safe color of #dbb37f is #cccc66. Color #dbb37f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110011 01111111
Octal 333 263 177
Decimal 219 179 127
Hex DB B3 7F

RGB Percentages of Color #dbb37f

%41.71
%34.10
%24.19

CMYK Percentages of Color #dbb37f

%0
%18
%42
%14

Triadic Colors of #dbb37f

#dbb37f #7fdbb3 #b37fdb

Analogous Colors of #dbb37f

#dbb37f #d5db7f #db857f

Monochromatic Colors of #dbb37f

#dbb37f

Complementary Color

#dbb37f #7fa7db

#dbb37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb37f Color CSS Codes

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

#dbb37f Text Font Color

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

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


#dbb37f Background Color

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

This div background color is #dbb37f


#dbb37f Border Color

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

This div border color is #dbb37f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,179,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbb37f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb37f


Comments

No comments written yet.

Please login to write comment.