Color Hex Logo

#dba027 Color Hex

#DBA027
(219,160,39)
0 Favorites   0 Comments

Color spaces of #dba027

RGB 21916039
HSL0.110.710.51
HSV40°82°86°
CMYK 0.000.270.82   0.14
XYZ42.150440.34827.4859
Yxy40.34820.46840.4484
Hunter Lab63.52027.287637.4768
CIE-Lab69.716811.823065.8548

#dba027 color RGB value is (219,160,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 00100111
Octal 333 240 47
Decimal 219 160 39
Hex DB A0 27

RGB Percentages of Color #dba027

%52.39
%38.28
%9.33

CMYK Percentages of Color #dba027

%0
%27
%82
%14

Triadic Colors of #dba027

#dba027 #27dba0 #a027db

Analogous Colors of #dba027

#dba027 #bcdb27 #db4627

Monochromatic Colors of #dba027

#dba027

Complementary Color

#dba027 #2762db

#dba027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba027 Color CSS Codes

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

#dba027 Text Font Color

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

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


#dba027 Background Color

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

This div background color is #dba027


#dba027 Border Color

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

This div border color is #dba027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba027


Comments

No comments written yet.

Please login to write comment.