Color Hex Logo

#dba531 Color Hex

#DBA531
(219,165,49)
0 Favorites   0 Comments

Color spaces of #dba531

RGB 21916549
HSL0.110.700.53
HSV41°78°86°
CMYK 0.000.250.78   0.14
XYZ43.222942.19218.7715
Yxy42.19210.45890.4480
Hunter Lab64.95545.106137.4624
CIE-Lab71.00329.485363.6278

#dba531 color RGB value is (219,165,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 00110001
Octal 333 245 61
Decimal 219 165 49
Hex DB A5 31

RGB Percentages of Color #dba531

%50.58
%38.11
%11.32

CMYK Percentages of Color #dba531

%0
%25
%78
%14

Triadic Colors of #dba531

#dba531 #31dba5 #a531db

Analogous Colors of #dba531

#dba531 #bcdb31 #db5031

Monochromatic Colors of #dba531

#dba531

Complementary Color

#dba531 #3167db

#dba531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba531 Color CSS Codes

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

#dba531 Text Font Color

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

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


#dba531 Background Color

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

This div background color is #dba531


#dba531 Border Color

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

This div border color is #dba531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba531


Comments

No comments written yet.

Please login to write comment.