Color Hex Logo

#dbb40e Color Hex

#DBB40E
(219,180,14)
0 Favorites   0 Comments

Color spaces of #dbb40e

RGB 21918014
HSL0.130.880.46
HSV49°94°86°
CMYK 0.000.180.94   0.14
XYZ45.613947.73437.2250
Yxy47.73430.45350.4746
Hunter Lab69.0900-3.060142.1628
CIE-Lab74.65700.698975.3355

#dbb40e color RGB value is (219,180,14).

#dbb40e hex color red value is 219, green value is 180 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dbb40e hue: 0.13 , saturation: 0.88 and the lightness value of dbb40e is 0.46.

The process color (four color CMYK) of #dbb40e color hex is 0.00, 0.18, 0.94, 0.14. Web safe color of #dbb40e is #cccc00. Color #dbb40e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110100 00001110
Octal 333 264 16
Decimal 219 180 14
Hex DB B4 E

RGB Percentages of Color #dbb40e

%53.03
%43.58
%3.39

CMYK Percentages of Color #dbb40e

%0
%18
%94
%14

Triadic Colors of #dbb40e

#dbb40e #0edbb4 #b40edb

Analogous Colors of #dbb40e

#dbb40e #9cdb0e #db4e0e

Monochromatic Colors of #dbb40e

#dbb40e

Complementary Color

#dbb40e #0e35db

#dbb40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb40e Color CSS Codes

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

#dbb40e Text Font Color

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

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


#dbb40e Background Color

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

This div background color is #dbb40e


#dbb40e Border Color

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

This div border color is #dbb40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb40e


Comments

No comments written yet.

Please login to write comment.