Color Hex Logo

#dba304 Color Hex

#DBA304
(219,163,4)
0 Favorites   0 Comments

Color spaces of #dba304

RGB 2191634
HSL0.120.960.44
HSV44°98°86°
CMYK 0.000.260.98   0.14
XYZ42.332541.26325.8483
Yxy41.26320.47330.4613
Hunter Lab64.23645.219639.5675
CIE-Lab70.35999.599373.4359

#dba304 color RGB value is (219,163,4).

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

The process color (four color CMYK) of #dba304 color hex is 0.00, 0.26, 0.98, 0.14. Web safe color of #dba304 is #cc9900. Color #dba304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100011 00000100
Octal 333 243 4
Decimal 219 163 4
Hex DB A3 4

RGB Percentages of Color #dba304

%56.74
%42.23
%1.04

CMYK Percentages of Color #dba304

%0
%26
%98
%14

Triadic Colors of #dba304

#dba304 #04dba3 #a304db

Analogous Colors of #dba304

#dba304 #a8db04 #db3804

Monochromatic Colors of #dba304

#dba304

Complementary Color

#dba304 #043cdb

#dba304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba304 Color CSS Codes

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

#dba304 Text Font Color

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

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


#dba304 Background Color

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

This div background color is #dba304


#dba304 Border Color

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

This div border color is #dba304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba304


Comments

No comments written yet.

Please login to write comment.