Color Hex Logo

#dbb84e Color Hex

#DBB84E
(219,184,78)
0 Favorites   0 Comments

Color spaces of #dbb84e

RGB 21918478
HSL0.130.660.58
HSV45°64°86°
CMYK 0.000.160.64   0.14
XYZ47.729149.891114.3221
Yxy49.89110.42640.4457
Hunter Lab70.6336-2.991537.4215
CIE-Lab76.00240.859856.9112

#dbb84e color RGB value is (219,184,78).

#dbb84e hex color red value is 219, green value is 184 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dbb84e hue: 0.13 , saturation: 0.66 and the lightness value of dbb84e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111000 01001110
Octal 333 270 116
Decimal 219 184 78
Hex DB B8 4E

RGB Percentages of Color #dbb84e

%45.53
%38.25
%16.22

CMYK Percentages of Color #dbb84e

%0
%16
%64
%14

Triadic Colors of #dbb84e

#dbb84e #4edbb8 #b84edb

Analogous Colors of #dbb84e

#dbb84e #b8db4e #db724e

Monochromatic Colors of #dbb84e

#dbb84e

Complementary Color

#dbb84e #4e71db

#dbb84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb84e Color CSS Codes

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

#dbb84e Text Font Color

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

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


#dbb84e Background Color

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

This div background color is #dbb84e


#dbb84e Border Color

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

This div border color is #dbb84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb84e


Comments

No comments written yet.

Please login to write comment.