Color Hex Logo

#dbb82e Color Hex

#DBB82E
(219,184,46)
0 Favorites   0 Comments

Color spaces of #dbb82e

RGB 21918446
HSL0.130.710.52
HSV48°79°86°
CMYK 0.000.160.79   0.14
XYZ46.847049.53839.6775
Yxy49.53830.44170.4671
Hunter Lab70.3834-4.362041.1162
CIE-Lab75.7850-0.666868.9953

#dbb82e color RGB value is (219,184,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111000 00101110
Octal 333 270 56
Decimal 219 184 46
Hex DB B8 2E

RGB Percentages of Color #dbb82e

%48.78
%40.98
%10.24

CMYK Percentages of Color #dbb82e

%0
%16
%79
%14

Triadic Colors of #dbb82e

#dbb82e #2edbb8 #b82edb

Analogous Colors of #dbb82e

#dbb82e #a8db2e #db622e

Monochromatic Colors of #dbb82e

#dbb82e

Complementary Color

#dbb82e #2e51db

#dbb82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb82e Color CSS Codes

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

#dbb82e Text Font Color

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

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


#dbb82e Background Color

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

This div background color is #dbb82e


#dbb82e Border Color

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

This div border color is #dbb82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb82e


Comments

No comments written yet.

Please login to write comment.