Color Hex Logo

#dbab13 Color Hex

#DBAB13
(219,171,19)
0 Favorites   0 Comments

Color spaces of #dbab13

RGB 21917119
HSL0.130.840.47
HSV46°91°86°
CMYK 0.000.220.91   0.14
XYZ43.893944.23296.8404
Yxy44.23290.46220.4658
Hunter Lab66.50781.417940.4574
CIE-Lab72.38395.513472.8793

#dbab13 color RGB value is (219,171,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 00010011
Octal 333 253 23
Decimal 219 171 19
Hex DB AB 13

RGB Percentages of Color #dbab13

%53.55
%41.81
%4.65

CMYK Percentages of Color #dbab13

%0
%22
%91
%14

Triadic Colors of #dbab13

#dbab13 #13dbab #ab13db

Analogous Colors of #dbab13

#dbab13 #a7db13 #db4713

Monochromatic Colors of #dbab13

#dbab13

Complementary Color

#dbab13 #1343db

#dbab13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab13 Color CSS Codes

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

#dbab13 Text Font Color

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

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


#dbab13 Background Color

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

This div background color is #dbab13


#dbab13 Border Color

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

This div border color is #dbab13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab13


Comments

No comments written yet.

Please login to write comment.