Color Hex Logo

#dba501 Color Hex

#DBA501
(219,165,1)
0 Favorites   0 Comments

Color spaces of #dba501

RGB 2191651
HSL0.130.990.43
HSV45°100°86°
CMYK 0.000.251.00   0.14
XYZ42.674041.97255.8811
Yxy41.97250.47140.4636
Hunter Lab64.78624.200339.9682
CIE-Lab70.85208.502574.1434

#dba501 color RGB value is (219,165,1).

#dba501 hex color red value is 219, green value is 165 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #dba501 hue: 0.13 , saturation: 0.99 and the lightness value of dba501 is 0.43.

The process color (four color CMYK) of #dba501 color hex is 0.00, 0.25, 1.00, 0.14. Web safe color of #dba501 is #cc9900. Color #dba501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 00000001
Octal 333 245 1
Decimal 219 165 1
Hex DB A5 1

RGB Percentages of Color #dba501

%56.88
%42.86
%0.26

CMYK Percentages of Color #dba501

%0
%25
%100
%14

Triadic Colors of #dba501

#dba501 #01dba5 #a501db

Analogous Colors of #dba501

#dba501 #a4db01 #db3801

Monochromatic Colors of #dba501

#dba501

Complementary Color

#dba501 #0137db

#dba501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba501 Color CSS Codes

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

#dba501 Text Font Color

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

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


#dba501 Background Color

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

This div background color is #dba501


#dba501 Border Color

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

This div border color is #dba501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba501


Comments

No comments written yet.

Please login to write comment.