Color Hex Logo

#dbb52e Color Hex

#DBB52E
(219,181,46)
0 Favorites   0 Comments

Color spaces of #dbb52e

RGB 21918146
HSL0.130.710.52
HSV47°79°86°
CMYK 0.000.170.79   0.14
XYZ46.230448.30519.4720
Yxy48.30510.44450.4644
Hunter Lab69.5019-2.895840.5710
CIE-Lab75.01700.903268.3074

#dbb52e color RGB value is (219,181,46).

#dbb52e hex color red value is 219, green value is 181 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dbb52e hue: 0.13 , saturation: 0.71 and the lightness value of dbb52e is 0.52.

The process color (four color CMYK) of #dbb52e color hex is 0.00, 0.17, 0.79, 0.14. Web safe color of #dbb52e is #cccc33. Color #dbb52e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110101 00101110
Octal 333 265 56
Decimal 219 181 46
Hex DB B5 2E

RGB Percentages of Color #dbb52e

%49.10
%40.58
%10.31

CMYK Percentages of Color #dbb52e

%0
%17
%79
%14

Triadic Colors of #dbb52e

#dbb52e #2edbb5 #b52edb

Analogous Colors of #dbb52e

#dbb52e #abdb2e #db5e2e

Monochromatic Colors of #dbb52e

#dbb52e

Complementary Color

#dbb52e #2e54db

#dbb52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb52e Color CSS Codes

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

#dbb52e Text Font Color

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

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


#dbb52e Background Color

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

This div background color is #dbb52e


#dbb52e Border Color

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

This div border color is #dbb52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb52e

#dbb52e Color Palettes


Comments

No comments written yet.

Please login to write comment.