Color Hex Logo

#dbac13 Color Hex

#DBAC13
(219,172,19)
0 Favorites   0 Comments

Color spaces of #dbac13

RGB 21917219
HSL0.130.840.47
HSV46°91°86°
CMYK 0.000.210.91   0.14
XYZ44.083544.61216.9036
Yxy44.61210.46110.4667
Hunter Lab66.79230.925140.6264
CIE-Lab72.63574.983573.0694

#dbac13 color RGB value is (219,172,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 00010011
Octal 333 254 23
Decimal 219 172 19
Hex DB AC 13

RGB Percentages of Color #dbac13

%53.41
%41.95
%4.63

CMYK Percentages of Color #dbac13

%0
%21
%91
%14

Triadic Colors of #dbac13

#dbac13 #13dbac #ac13db

Analogous Colors of #dbac13

#dbac13 #a6db13 #db4813

Monochromatic Colors of #dbac13

#dbac13

Complementary Color

#dbac13 #1342db

#dbac13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac13 Color CSS Codes

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

#dbac13 Text Font Color

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

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


#dbac13 Background Color

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

This div background color is #dbac13


#dbac13 Border Color

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

This div border color is #dbac13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac13


Comments

No comments written yet.

Please login to write comment.