Color Hex Logo

#dba525 Color Hex

#DBA525
(219,165,37)
0 Favorites   0 Comments

Color spaces of #dba525

RGB 21916537
HSL0.120.720.50
HSV42°83°86°
CMYK 0.000.250.83   0.14
XYZ43.002542.10397.6107
Yxy42.10390.46380.4541
Hunter Lab64.88754.743038.4671
CIE-Lab70.94259.092267.5152

#dba525 color RGB value is (219,165,37).

#dba525 hex color red value is 219, green value is 165 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dba525 hue: 0.12 , saturation: 0.72 and the lightness value of dba525 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 00100101
Octal 333 245 45
Decimal 219 165 37
Hex DB A5 25

RGB Percentages of Color #dba525

%52.02
%39.19
%8.79

CMYK Percentages of Color #dba525

%0
%25
%83
%14

Triadic Colors of #dba525

#dba525 #25dba5 #a525db

Analogous Colors of #dba525

#dba525 #b6db25 #db4a25

Monochromatic Colors of #dba525

#dba525

Complementary Color

#dba525 #255bdb

#dba525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba525 Color CSS Codes

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

#dba525 Text Font Color

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

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


#dba525 Background Color

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

This div background color is #dba525


#dba525 Border Color

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

This div border color is #dba525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba525


Comments

No comments written yet.

Please login to write comment.