Color Hex Logo

#dba420 Color Hex

#DBA420
(219,164,32)
0 Favorites   0 Comments

Color spaces of #dba420

RGB 21916432
HSL0.120.750.49
HSV42°85°86°
CMYK 0.000.250.85   0.14
XYZ42.749641.71537.1652
Yxy41.71530.46650.4553
Hunter Lab64.58745.119138.6336
CIE-Lab70.67429.494768.6926

#dba420 color RGB value is (219,164,32).

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

The process color (four color CMYK) of #dba420 color hex is 0.00, 0.25, 0.85, 0.14. Web safe color of #dba420 is #cc9933. Color #dba420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100100 00100000
Octal 333 244 40
Decimal 219 164 32
Hex DB A4 20

RGB Percentages of Color #dba420

%52.77
%39.52
%7.71

CMYK Percentages of Color #dba420

%0
%25
%85
%14

Triadic Colors of #dba420

#dba420 #20dba4 #a420db

Analogous Colors of #dba420

#dba420 #b5db20 #db4720

Monochromatic Colors of #dba420

#dba420

Complementary Color

#dba420 #2057db

#dba420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba420 Color CSS Codes

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

#dba420 Text Font Color

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

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


#dba420 Background Color

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

This div background color is #dba420


#dba420 Border Color

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

This div border color is #dba420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba420


Comments

No comments written yet.

Please login to write comment.