Color Hex Logo

#dbb21e Color Hex

#DBB21E
(219,178,30)
0 Favorites   0 Comments

Color spaces of #dbb21e

RGB 21917830
HSL0.130.760.49
HSV47°86°86°
CMYK 0.000.190.86   0.14
XYZ45.368246.99467.9080
Yxy46.99460.45250.4687
Hunter Lab68.5526-1.835541.1473
CIE-Lab74.18632.023772.0489

#dbb21e color RGB value is (219,178,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110010 00011110
Octal 333 262 36
Decimal 219 178 30
Hex DB B2 1E

RGB Percentages of Color #dbb21e

%51.29
%41.69
%7.03

CMYK Percentages of Color #dbb21e

%0
%19
%86
%14

Triadic Colors of #dbb21e

#dbb21e #1edbb2 #b21edb

Analogous Colors of #dbb21e

#dbb21e #a6db1e #db541e

Monochromatic Colors of #dbb21e

#dbb21e

Complementary Color

#dbb21e #1e47db

#dbb21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb21e Color CSS Codes

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

#dbb21e Text Font Color

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

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


#dbb21e Background Color

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

This div background color is #dbb21e


#dbb21e Border Color

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

This div border color is #dbb21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb21e


Comments

No comments written yet.

Please login to write comment.