Color Hex Logo

#dba704 Color Hex

#DBA704
(219,167,4)
0 Favorites   0 Comments

Color spaces of #dba704

RGB 2191674
HSL0.130.960.44
HSV45°98°86°
CMYK 0.000.240.98   0.14
XYZ43.054042.70636.0888
Yxy42.70630.46870.4650
Hunter Lab65.35013.237040.2209
CIE-Lab71.35527.466574.1313

#dba704 color RGB value is (219,167,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 00000100
Octal 333 247 4
Decimal 219 167 4
Hex DB A7 4

RGB Percentages of Color #dba704

%56.15
%42.82
%1.03

CMYK Percentages of Color #dba704

%0
%24
%98
%14

Triadic Colors of #dba704

#dba704 #04dba7 #a704db

Analogous Colors of #dba704

#dba704 #a4db04 #db3b04

Monochromatic Colors of #dba704

#dba704

Complementary Color

#dba704 #0438db

#dba704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba704 Color CSS Codes

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

#dba704 Text Font Color

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

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


#dba704 Background Color

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

This div background color is #dba704


#dba704 Border Color

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

This div border color is #dba704


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,167,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 #dba704">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba704


Comments

No comments written yet.

Please login to write comment.