Color Hex Logo

#dba54f Color Hex

#DBA54F
(219,165,79)
0 Favorites   0 Comments

Color spaces of #dba54f

RGB 21916579
HSL0.100.660.58
HSV37°64°86°
CMYK 0.000.250.64   0.14
XYZ44.079842.534813.2839
Yxy42.53480.44120.4258
Hunter Lab65.21876.511233.5768
CIE-Lab71.238110.997051.2165

#dba54f color RGB value is (219,165,79).

#dba54f hex color red value is 219, green value is 165 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dba54f hue: 0.10 , saturation: 0.66 and the lightness value of dba54f is 0.58.

The process color (four color CMYK) of #dba54f color hex is 0.00, 0.25, 0.64, 0.14. Web safe color of #dba54f is #cc9966. Color #dba54f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 01001111
Octal 333 245 117
Decimal 219 165 79
Hex DB A5 4F

RGB Percentages of Color #dba54f

%47.30
%35.64
%17.06

CMYK Percentages of Color #dba54f

%0
%25
%64
%14

Triadic Colors of #dba54f

#dba54f #4fdba5 #a54fdb

Analogous Colors of #dba54f

#dba54f #cbdb4f #db5f4f

Monochromatic Colors of #dba54f

#dba54f

Complementary Color

#dba54f #4f85db

#dba54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba54f Color CSS Codes

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

#dba54f Text Font Color

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

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


#dba54f Background Color

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

This div background color is #dba54f


#dba54f Border Color

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

This div border color is #dba54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba54f


Comments

No comments written yet.

Please login to write comment.