Color Hex Logo

#dbb81a Color Hex

#DBB81A
(219,184,26)
0 Favorites   0 Comments

Color spaces of #dbb81a

RGB 21918426
HSL0.140.790.48
HSV49°88°86°
CMYK 0.000.160.88   0.14
XYZ46.540449.41568.0625
Yxy49.41560.44740.4751
Hunter Lab70.2962-4.840542.4072
CIE-Lab75.7092-1.203474.1346

#dbb81a color RGB value is (219,184,26).

#dbb81a hex color red value is 219, green value is 184 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #dbb81a hue: 0.14 , saturation: 0.79 and the lightness value of dbb81a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111000 00011010
Octal 333 270 32
Decimal 219 184 26
Hex DB B8 1A

RGB Percentages of Color #dbb81a

%51.05
%42.89
%6.06

CMYK Percentages of Color #dbb81a

%0
%16
%88
%14

Triadic Colors of #dbb81a

#dbb81a #1adbb8 #b81adb

Analogous Colors of #dbb81a

#dbb81a #9edb1a #db581a

Monochromatic Colors of #dbb81a

#dbb81a

Complementary Color

#dbb81a #1a3ddb

#dbb81a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb81a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb81a Color CSS Codes

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

#dbb81a Text Font Color

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

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


#dbb81a Background Color

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

This div background color is #dbb81a


#dbb81a Border Color

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

This div border color is #dbb81a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb81a


Comments

No comments written yet.

Please login to write comment.