Color Hex Logo

#dba954 Color Hex

#DBA954
(219,169,84)
0 Favorites   0 Comments

Color spaces of #dba954

RGB 21916984
HSL0.100.650.59
HSV38°62°86°
CMYK 0.000.230.62   0.14
XYZ45.001644.076114.5232
Yxy44.07610.43440.4254
Hunter Lab66.38984.812033.5028
CIE-Lab72.27939.188150.0183

#dba954 color RGB value is (219,169,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 01010100
Octal 333 251 124
Decimal 219 169 84
Hex DB A9 54

RGB Percentages of Color #dba954

%46.40
%35.81
%17.80

CMYK Percentages of Color #dba954

%0
%23
%62
%14

Triadic Colors of #dba954

#dba954 #54dba9 #a954db

Analogous Colors of #dba954

#dba954 #cadb54 #db6654

Monochromatic Colors of #dba954

#dba954

Complementary Color

#dba954 #5486db

#dba954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba954 Color CSS Codes

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

#dba954 Text Font Color

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

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


#dba954 Background Color

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

This div background color is #dba954


#dba954 Border Color

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

This div border color is #dba954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba954


Comments

No comments written yet.

Please login to write comment.