Color Hex Logo

#dbab12 Color Hex

#DBAB12
(219,171,18)
0 Favorites   0 Comments

Color spaces of #dbab12

RGB 21917118
HSL0.130.850.46
HSV46°92°86°
CMYK 0.000.220.92   0.14
XYZ43.885544.22966.7964
Yxy44.22960.46240.4660
Hunter Lab66.50531.404140.4947
CIE-Lab72.38175.498273.0464

#dbab12 color RGB value is (219,171,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 00010010
Octal 333 253 22
Decimal 219 171 18
Hex DB AB 12

RGB Percentages of Color #dbab12

%53.68
%41.91
%4.41

CMYK Percentages of Color #dbab12

%0
%22
%92
%14

Triadic Colors of #dbab12

#dbab12 #12dbab #ab12db

Analogous Colors of #dbab12

#dbab12 #a7db12 #db4712

Monochromatic Colors of #dbab12

#dbab12

Complementary Color

#dbab12 #1242db

#dbab12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab12 Color CSS Codes

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

#dbab12 Text Font Color

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

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


#dbab12 Background Color

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

This div background color is #dbab12


#dbab12 Border Color

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

This div border color is #dbab12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab12


Comments

No comments written yet.

Please login to write comment.