Color Hex Logo

#dbb87f Color Hex

#DBB87F
(219,184,127)
0 Favorites   0 Comments

Color spaces of #dbb87f

RGB 219184127
HSL0.100.560.68
HSV37°42°86°
CMYK 0.000.160.42   0.14
XYZ50.184750.873427.2532
Yxy50.87340.39110.3965
Hunter Lab71.32560.772827.2735
CIE-Lab76.60234.976033.6169

#dbb87f color RGB value is (219,184,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111000 01111111
Octal 333 270 177
Decimal 219 184 127
Hex DB B8 7F

RGB Percentages of Color #dbb87f

%41.32
%34.72
%23.96

CMYK Percentages of Color #dbb87f

%0
%16
%42
%14

Triadic Colors of #dbb87f

#dbb87f #7fdbb8 #b87fdb

Analogous Colors of #dbb87f

#dbb87f #d0db7f #db8a7f

Monochromatic Colors of #dbb87f

#dbb87f

Complementary Color

#dbb87f #7fa2db

#dbb87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb87f Color CSS Codes

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

#dbb87f Text Font Color

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

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


#dbb87f Background Color

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

This div background color is #dbb87f


#dbb87f Border Color

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

This div border color is #dbb87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb87f


Comments

No comments written yet.

Please login to write comment.