Color Hex Logo

#dba94d Color Hex

#DBA94D
(219,169,77)
0 Favorites   0 Comments

Color spaces of #dba94d

RGB 21916977
HSL0.110.660.58
HSV39°65°86°
CMYK 0.000.230.65   0.14
XYZ44.740943.971813.1505
Yxy43.97180.43920.4317
Hunter Lab66.31124.391234.6598
CIE-Lab72.20968.734553.2248

#dba94d color RGB value is (219,169,77).

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

The process color (four color CMYK) of #dba94d color hex is 0.00, 0.23, 0.65, 0.14. Web safe color of #dba94d is #cc9966. Color #dba94d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 01001101
Octal 333 251 115
Decimal 219 169 77
Hex DB A9 4D

RGB Percentages of Color #dba94d

%47.10
%36.34
%16.56

CMYK Percentages of Color #dba94d

%0
%23
%65
%14

Triadic Colors of #dba94d

#dba94d #4ddba9 #a94ddb

Analogous Colors of #dba94d

#dba94d #c6db4d #db624d

Monochromatic Colors of #dba94d

#dba94d

Complementary Color

#dba94d #4d7fdb

#dba94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba94d Color CSS Codes

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

#dba94d Text Font Color

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

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


#dba94d Background Color

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

This div background color is #dba94d


#dba94d Border Color

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

This div border color is #dba94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba94d


Comments

No comments written yet.

Please login to write comment.