Color Hex Logo

#dbb31e Color Hex

#DBB31E
(219,179,30)
0 Favorites   0 Comments

Color spaces of #dbb31e

RGB 21917930
HSL0.130.760.49
HSV47°86°86°
CMYK 0.000.180.86   0.14
XYZ45.567947.39407.9746
Yxy47.39400.45150.4695
Hunter Lab68.8433-2.325341.3223
CIE-Lab74.44111.498172.2546

#dbb31e color RGB value is (219,179,30).

#dbb31e hex color red value is 219, green value is 179 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dbb31e hue: 0.13 , saturation: 0.76 and the lightness value of dbb31e is 0.49.

The process color (four color CMYK) of #dbb31e color hex is 0.00, 0.18, 0.86, 0.14. Web safe color of #dbb31e is #cccc33. Color #dbb31e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110011 00011110
Octal 333 263 36
Decimal 219 179 30
Hex DB B3 1E

RGB Percentages of Color #dbb31e

%51.17
%41.82
%7.01

CMYK Percentages of Color #dbb31e

%0
%18
%86
%14

Triadic Colors of #dbb31e

#dbb31e #1edbb3 #b31edb

Analogous Colors of #dbb31e

#dbb31e #a5db1e #db551e

Monochromatic Colors of #dbb31e

#dbb31e

Complementary Color

#dbb31e #1e46db

#dbb31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb31e Color CSS Codes

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

#dbb31e Text Font Color

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

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


#dbb31e Background Color

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

This div background color is #dbb31e


#dbb31e Border Color

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

This div border color is #dbb31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb31e


Comments

No comments written yet.

Please login to write comment.