Color Hex Logo

#dba913 Color Hex

#DBA913
(219,169,19)
0 Favorites   0 Comments

Color spaces of #dba913

RGB 21916919
HSL0.130.840.47
HSV45°91°86°
CMYK 0.000.230.91   0.14
XYZ43.518943.48306.7155
Yxy43.48300.46440.4640
Hunter Lab65.94162.405140.1211
CIE-Lab71.88166.574872.5001

#dba913 color RGB value is (219,169,19).

#dba913 hex color red value is 219, green value is 169 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #dba913 hue: 0.13 , saturation: 0.84 and the lightness value of dba913 is 0.47.

The process color (four color CMYK) of #dba913 color hex is 0.00, 0.23, 0.91, 0.14. Web safe color of #dba913 is #cc9900. Color #dba913 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 00010011
Octal 333 251 23
Decimal 219 169 19
Hex DB A9 13

RGB Percentages of Color #dba913

%53.81
%41.52
%4.67

CMYK Percentages of Color #dba913

%0
%23
%91
%14

Triadic Colors of #dba913

#dba913 #13dba9 #a913db

Analogous Colors of #dba913

#dba913 #a9db13 #db4513

Monochromatic Colors of #dba913

#dba913

Complementary Color

#dba913 #1345db

#dba913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba913 Color CSS Codes

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

#dba913 Text Font Color

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

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


#dba913 Background Color

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

This div background color is #dba913


#dba913 Border Color

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

This div border color is #dba913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba913


Comments

No comments written yet.

Please login to write comment.