Color Hex Logo

#dba31e Color Hex

#DBA31E
(219,163,30)
0 Favorites   0 Comments

Color spaces of #dba31e

RGB 21916330
HSL0.120.760.49
HSV42°86°86°
CMYK 0.000.260.86   0.14
XYZ42.545041.34826.9669
Yxy41.34820.46820.4551
Hunter Lab64.30265.572838.5880
CIE-Lab70.41929.981769.0048

#dba31e color RGB value is (219,163,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100011 00011110
Octal 333 243 36
Decimal 219 163 30
Hex DB A3 1E

RGB Percentages of Color #dba31e

%53.16
%39.56
%7.28

CMYK Percentages of Color #dba31e

%0
%26
%86
%14

Triadic Colors of #dba31e

#dba31e #1edba3 #a31edb

Analogous Colors of #dba31e

#dba31e #b5db1e #db451e

Monochromatic Colors of #dba31e

#dba31e

Complementary Color

#dba31e #1e56db

#dba31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba31e Color CSS Codes

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

#dba31e Text Font Color

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

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


#dba31e Background Color

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

This div background color is #dba31e


#dba31e Border Color

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

This div border color is #dba31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba31e


Comments

No comments written yet.

Please login to write comment.