Color Hex Logo

#dba313 Color Hex

#DBA313
(219,163,19)
0 Favorites   0 Comments

Color spaces of #dba313

RGB 21916319
HSL0.120.840.47
HSV43°91°86°
CMYK 0.000.260.91   0.14
XYZ42.428241.30156.3519
Yxy41.30150.47100.4585
Hunter Lab64.26625.378739.1263
CIE-Lab70.38669.771771.3753

#dba313 color RGB value is (219,163,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100011 00010011
Octal 333 243 23
Decimal 219 163 19
Hex DB A3 13

RGB Percentages of Color #dba313

%54.61
%40.65
%4.74

CMYK Percentages of Color #dba313

%0
%26
%91
%14

Triadic Colors of #dba313

#dba313 #13dba3 #a313db

Analogous Colors of #dba313

#dba313 #afdb13 #db3f13

Monochromatic Colors of #dba313

#dba313

Complementary Color

#dba313 #134bdb

#dba313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba313 Color CSS Codes

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

#dba313 Text Font Color

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

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


#dba313 Background Color

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

This div background color is #dba313


#dba313 Border Color

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

This div border color is #dba313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba313


Comments

No comments written yet.

Please login to write comment.