Color Hex Logo

#dba959 Color Hex

#DBA959
(219,169,89)
0 Favorites   0 Comments

Color spaces of #dba959

RGB 21916989
HSL0.100.640.60
HSV37°59°86°
CMYK 0.000.230.59   0.14
XYZ45.204644.157315.5919
Yxy44.15730.43070.4207
Hunter Lab66.45105.139032.6040
CIE-Lab72.33359.539747.6643

#dba959 color RGB value is (219,169,89).

#dba959 hex color red value is 219, green value is 169 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dba959 hue: 0.10 , saturation: 0.64 and the lightness value of dba959 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 01011001
Octal 333 251 131
Decimal 219 169 89
Hex DB A9 59

RGB Percentages of Color #dba959

%45.91
%35.43
%18.66

CMYK Percentages of Color #dba959

%0
%23
%59
%14

Triadic Colors of #dba959

#dba959 #59dba9 #a959db

Analogous Colors of #dba959

#dba959 #ccdb59 #db6859

Monochromatic Colors of #dba959

#dba959

Complementary Color

#dba959 #598bdb

#dba959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba959 Color CSS Codes

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

#dba959 Text Font Color

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

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


#dba959 Background Color

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

This div background color is #dba959


#dba959 Border Color

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

This div border color is #dba959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba959


Comments

No comments written yet.

Please login to write comment.