Color Hex Logo

#dba054 Color Hex

#DBA054
(219,160,84)
0 Favorites   0 Comments

Color spaces of #dba054

RGB 21916084
HSL0.090.650.59
HSV34°62°86°
CMYK 0.000.270.62   0.14
XYZ43.384540.841813.9841
Yxy40.84180.44180.4159
Hunter Lab63.90769.338831.7616
CIE-Lab70.064914.008047.4808

#dba054 color RGB value is (219,160,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 01010100
Octal 333 240 124
Decimal 219 160 84
Hex DB A0 54

RGB Percentages of Color #dba054

%47.30
%34.56
%18.14

CMYK Percentages of Color #dba054

%0
%27
%62
%14

Triadic Colors of #dba054

#dba054 #54dba0 #a054db

Analogous Colors of #dba054

#dba054 #d3db54 #db5d54

Monochromatic Colors of #dba054

#dba054

Complementary Color

#dba054 #548fdb

#dba054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba054 Color CSS Codes

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

#dba054 Text Font Color

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

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


#dba054 Background Color

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

This div background color is #dba054


#dba054 Border Color

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

This div border color is #dba054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba054

#dba054 Color Palettes


Comments

No comments written yet.

Please login to write comment.