Color Hex Logo

#dbbe6f Color Hex

#DBBE6F
(219,190,111)
0 Favorites   0 Comments

Color spaces of #dbbe6f

RGB 219190111
HSL0.120.600.65
HSV44°49°86°
CMYK 0.000.130.49   0.14
XYZ50.496153.034722.6142
Yxy53.03470.40030.4204
Hunter Lab72.8249-3.673432.5662
CIE-Lab77.89550.235943.4473

#dbbe6f color RGB value is (219,190,111).

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

The process color (four color CMYK) of #dbbe6f color hex is 0.00, 0.13, 0.49, 0.14. Web safe color of #dbbe6f is #cccc66. Color #dbbe6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 01101111
Octal 333 276 157
Decimal 219 190 111
Hex DB BE 6F

RGB Percentages of Color #dbbe6f

%42.12
%36.54
%21.35

CMYK Percentages of Color #dbbe6f

%0
%13
%49
%14

Triadic Colors of #dbbe6f

#dbbe6f #6fdbbe #be6fdb

Analogous Colors of #dbbe6f

#dbbe6f #c2db6f #db886f

Monochromatic Colors of #dbbe6f

#dbbe6f

Complementary Color

#dbbe6f #6f8cdb

#dbbe6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbe6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbe6f Color CSS Codes

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

#dbbe6f Text Font Color

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

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


#dbbe6f Background Color

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

This div background color is #dbbe6f


#dbbe6f Border Color

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

This div border color is #dbbe6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbe6f


Comments

No comments written yet.

Please login to write comment.