Color Hex Logo

#dba34a Color Hex

#DBA34A
(219,163,74)
0 Favorites   0 Comments

Color spaces of #dba34a

RGB 21916374
HSL0.100.670.57
HSV37°66°86°
CMYK 0.000.260.66   0.14
XYZ43.546641.748912.2417
Yxy41.74890.44650.4280
Hunter Lab64.61347.227833.9962
CIE-Lab70.697511.760552.9495

#dba34a color RGB value is (219,163,74).

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

The process color (four color CMYK) of #dba34a color hex is 0.00, 0.26, 0.66, 0.14. Web safe color of #dba34a is #cc9933. Color #dba34a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100011 01001010
Octal 333 243 112
Decimal 219 163 74
Hex DB A3 4A

RGB Percentages of Color #dba34a

%48.03
%35.75
%16.23

CMYK Percentages of Color #dba34a

%0
%26
%66
%14

Triadic Colors of #dba34a

#dba34a #4adba3 #a34adb

Analogous Colors of #dba34a

#dba34a #cbdb4a #db5b4a

Monochromatic Colors of #dba34a

#dba34a

Complementary Color

#dba34a #4a82db

#dba34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba34a Color CSS Codes

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

#dba34a Text Font Color

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

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


#dba34a Background Color

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

This div background color is #dba34a


#dba34a Border Color

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

This div border color is #dba34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba34a


Comments

No comments written yet.

Please login to write comment.