Color Hex Logo

#dba031 Color Hex

#DBA031
(219,160,49)
0 Favorites   0 Comments

Color spaces of #dba031

RGB 21916049
HSL0.110.700.53
HSV39°78°86°
CMYK 0.000.270.78   0.14
XYZ42.338640.42348.4767
Yxy40.42340.46400.4431
Hunter Lab63.57947.602236.6008
CIE-Lab69.770012.160362.4805

#dba031 color RGB value is (219,160,49).

#dba031 hex color red value is 219, green value is 160 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #dba031 hue: 0.11 , saturation: 0.70 and the lightness value of dba031 is 0.53.

The process color (four color CMYK) of #dba031 color hex is 0.00, 0.27, 0.78, 0.14. Web safe color of #dba031 is #cc9933. Color #dba031 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 00110001
Octal 333 240 61
Decimal 219 160 49
Hex DB A0 31

RGB Percentages of Color #dba031

%51.17
%37.38
%11.45

CMYK Percentages of Color #dba031

%0
%27
%78
%14

Triadic Colors of #dba031

#dba031 #31dba0 #a031db

Analogous Colors of #dba031

#dba031 #c1db31 #db4b31

Monochromatic Colors of #dba031

#dba031

Complementary Color

#dba031 #316cdb

#dba031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba031 Color CSS Codes

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

#dba031 Text Font Color

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

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


#dba031 Background Color

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

This div background color is #dba031


#dba031 Border Color

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

This div border color is #dba031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba031


Comments

No comments written yet.

Please login to write comment.