Color Hex Logo

#dba42f Color Hex

#DBA42F
(219,164,47)
0 Favorites   0 Comments

Color spaces of #dba42f

RGB 21916447
HSL0.110.700.52
HSV41°79°86°
CMYK 0.000.250.79   0.14
XYZ43.002041.81628.4942
Yxy41.81620.46080.4481
Hunter Lab64.66545.536537.4777
CIE-Lab70.74409.946264.1010

#dba42f color RGB value is (219,164,47).

#dba42f hex color red value is 219, green value is 164 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dba42f hue: 0.11 , saturation: 0.70 and the lightness value of dba42f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100100 00101111
Octal 333 244 57
Decimal 219 164 47
Hex DB A4 2F

RGB Percentages of Color #dba42f

%50.93
%38.14
%10.93

CMYK Percentages of Color #dba42f

%0
%25
%79
%14

Triadic Colors of #dba42f

#dba42f #2fdba4 #a42fdb

Analogous Colors of #dba42f

#dba42f #bcdb2f #db4e2f

Monochromatic Colors of #dba42f

#dba42f

Complementary Color

#dba42f #2f66db

#dba42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba42f Color CSS Codes

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

#dba42f Text Font Color

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

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


#dba42f Background Color

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

This div background color is #dba42f


#dba42f Border Color

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

This div border color is #dba42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba42f


Comments

No comments written yet.

Please login to write comment.