Color Hex Logo

#dba546 Color Hex

#DBA546
(219,165,70)
0 Favorites   0 Comments

Color spaces of #dba546

RGB 21916570
HSL0.110.670.57
HSV38°68°86°
CMYK 0.000.250.68   0.14
XYZ43.774042.412511.6736
Yxy42.41250.44730.4334
Hunter Lab65.12496.011134.9597
CIE-Lab71.154410.460755.2542

#dba546 color RGB value is (219,165,70).

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

The process color (four color CMYK) of #dba546 color hex is 0.00, 0.25, 0.68, 0.14. Web safe color of #dba546 is #cc9933. Color #dba546 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 01000110
Octal 333 245 106
Decimal 219 165 70
Hex DB A5 46

RGB Percentages of Color #dba546

%48.24
%36.34
%15.42

CMYK Percentages of Color #dba546

%0
%25
%68
%14

Triadic Colors of #dba546

#dba546 #46dba5 #a546db

Analogous Colors of #dba546

#dba546 #c7db46 #db5a46

Monochromatic Colors of #dba546

#dba546

Complementary Color

#dba546 #467cdb

#dba546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba546 Color CSS Codes

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

#dba546 Text Font Color

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

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


#dba546 Background Color

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

This div background color is #dba546


#dba546 Border Color

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

This div border color is #dba546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba546


Comments

No comments written yet.

Please login to write comment.