Color Hex Logo

#dba34f Color Hex

#DBA34F
(219,163,79)
0 Favorites   0 Comments

Color spaces of #dba34f

RGB 21916379
HSL0.100.660.58
HSV36°64°86°
CMYK 0.000.260.64   0.14
XYZ43.721941.819013.1646
Yxy41.81900.44300.4237
Hunter Lab64.66767.515933.1975
CIE-Lab70.745912.068050.6659

#dba34f color RGB value is (219,163,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100011 01001111
Octal 333 243 117
Decimal 219 163 79
Hex DB A3 4F

RGB Percentages of Color #dba34f

%47.51
%35.36
%17.14

CMYK Percentages of Color #dba34f

%0
%26
%64
%14

Triadic Colors of #dba34f

#dba34f #4fdba3 #a34fdb

Analogous Colors of #dba34f

#dba34f #cddb4f #db5d4f

Monochromatic Colors of #dba34f

#dba34f

Complementary Color

#dba34f #4f87db

#dba34f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba34f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba34f Color CSS Codes

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

#dba34f Text Font Color

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

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


#dba34f Background Color

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

This div background color is #dba34f


#dba34f Border Color

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

This div border color is #dba34f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba34f


Comments

No comments written yet.

Please login to write comment.