Color Hex Logo

#dbb94c Color Hex

#DBB94C
(219,185,76)
0 Favorites   0 Comments

Color spaces of #dbb94c

RGB 21918576
HSL0.130.670.58
HSV46°65°86°
CMYK 0.000.160.65   0.14
XYZ47.866950.279814.0196
Yxy50.27980.42670.4483
Hunter Lab70.9083-3.592337.9133
CIE-Lab76.24070.214758.0433

#dbb94c color RGB value is (219,185,76).

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

The process color (four color CMYK) of #dbb94c color hex is 0.00, 0.16, 0.65, 0.14. Web safe color of #dbb94c is #cccc33. Color #dbb94c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111001 01001100
Octal 333 271 114
Decimal 219 185 76
Hex DB B9 4C

RGB Percentages of Color #dbb94c

%45.63
%38.54
%15.83

CMYK Percentages of Color #dbb94c

%0
%16
%65
%14

Triadic Colors of #dbb94c

#dbb94c #4cdbb9 #b94cdb

Analogous Colors of #dbb94c

#dbb94c #b6db4c #db724c

Monochromatic Colors of #dbb94c

#dbb94c

Complementary Color

#dbb94c #4c6edb

#dbb94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb94c Color CSS Codes

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

#dbb94c Text Font Color

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

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


#dbb94c Background Color

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

This div background color is #dbb94c


#dbb94c Border Color

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

This div border color is #dbb94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb94c


Comments

No comments written yet.

Please login to write comment.