Color Hex Logo

#dbb01e Color Hex

#DBB01E
(219,176,30)
0 Favorites   0 Comments

Color spaces of #dbb01e

RGB 21917630
HSL0.130.760.49
HSV46°86°86°
CMYK 0.000.200.86   0.14
XYZ44.973146.20457.7763
Yxy46.20450.45450.4669
Hunter Lab67.9739-0.854640.7989
CIE-Lab73.67803.077071.6384

#dbb01e color RGB value is (219,176,30).

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

The process color (four color CMYK) of #dbb01e color hex is 0.00, 0.20, 0.86, 0.14. Web safe color of #dbb01e is #cc9933. Color #dbb01e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110000 00011110
Octal 333 260 36
Decimal 219 176 30
Hex DB B0 1E

RGB Percentages of Color #dbb01e

%51.53
%41.41
%7.06

CMYK Percentages of Color #dbb01e

%0
%20
%86
%14

Triadic Colors of #dbb01e

#dbb01e #1edbb0 #b01edb

Analogous Colors of #dbb01e

#dbb01e #a8db1e #db521e

Monochromatic Colors of #dbb01e

#dbb01e

Complementary Color

#dbb01e #1e49db

#dbb01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb01e Color CSS Codes

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

#dbb01e Text Font Color

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

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


#dbb01e Background Color

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

This div background color is #dbb01e


#dbb01e Border Color

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

This div border color is #dbb01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb01e


Comments

No comments written yet.

Please login to write comment.