Color Hex Logo

#dba825 Color Hex

#DBA825
(219,168,37)
0 Favorites   0 Comments

Color spaces of #dba825

RGB 21916837
HSL0.120.720.50
HSV43°83°86°
CMYK 0.000.230.83   0.14
XYZ43.550043.19897.7932
Yxy43.19890.46060.4569
Hunter Lab65.72593.253938.9780
CIE-Lab71.68987.493368.1503

#dba825 color RGB value is (219,168,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 00100101
Octal 333 250 45
Decimal 219 168 37
Hex DB A8 25

RGB Percentages of Color #dba825

%51.65
%39.62
%8.73

CMYK Percentages of Color #dba825

%0
%23
%83
%14

Triadic Colors of #dba825

#dba825 #25dba8 #a825db

Analogous Colors of #dba825

#dba825 #b3db25 #db4d25

Monochromatic Colors of #dba825

#dba825

Complementary Color

#dba825 #2558db

#dba825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba825 Color CSS Codes

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

#dba825 Text Font Color

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

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


#dba825 Background Color

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

This div background color is #dba825


#dba825 Border Color

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

This div border color is #dba825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba825


Comments

No comments written yet.

Please login to write comment.