Color Hex Logo

#dba500 Color Hex

#DBA500
(219,165,0)
0 Favorites   0 Comments

Color spaces of #dba500

RGB 2191650
HSL0.131.000.43
HSV45°100°86°
CMYK 0.000.251.00   0.14
XYZ42.668641.97035.8522
Yxy41.97030.47150.4638
Hunter Lab64.78454.191539.9933
CIE-Lab70.85048.492974.2648

#dba500 color RGB value is (219,165,0).

#dba500 hex color red value is 219, green value is 165 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #dba500 hue: 0.13 , saturation: 1.00 and the lightness value of dba500 is 0.43.

The process color (four color CMYK) of #dba500 color hex is 0.00, 0.25, 1.00, 0.14. Web safe color of #dba500 is #cc9900. Color #dba500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 00000000
Octal 333 245 0
Decimal 219 165 0
Hex DB A5 0

RGB Percentages of Color #dba500

%57.03
%42.97
%0.00

CMYK Percentages of Color #dba500

%0
%25
%100
%14

Triadic Colors of #dba500

#dba500 #00dba5 #a500db

Analogous Colors of #dba500

#dba500 #a4db00 #db3800

Monochromatic Colors of #dba500

#dba500

Complementary Color

#dba500 #0036db

#dba500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba500 Color CSS Codes

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

#dba500 Text Font Color

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

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


#dba500 Background Color

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

This div background color is #dba500


#dba500 Border Color

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

This div border color is #dba500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba500


Comments

No comments written yet.

Please login to write comment.