Color Hex Logo

#dbab11 Color Hex

#DBAB11
(219,171,17)
0 Favorites   0 Comments

Color spaces of #dbab11

RGB 21917117
HSL0.130.860.46
HSV46°92°86°
CMYK 0.000.220.92   0.14
XYZ43.877544.22646.7543
Yxy44.22640.46260.4662
Hunter Lab66.50291.391140.5303
CIE-Lab72.37965.483973.2068

#dbab11 color RGB value is (219,171,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 00010001
Octal 333 253 21
Decimal 219 171 17
Hex DB AB 11

RGB Percentages of Color #dbab11

%53.81
%42.01
%4.18

CMYK Percentages of Color #dbab11

%0
%22
%92
%14

Triadic Colors of #dbab11

#dbab11 #11dbab #ab11db

Analogous Colors of #dbab11

#dbab11 #a6db11 #db4611

Monochromatic Colors of #dbab11

#dbab11

Complementary Color

#dbab11 #1141db

#dbab11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab11 Color CSS Codes

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

#dbab11 Text Font Color

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

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


#dbab11 Background Color

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

This div background color is #dbab11


#dbab11 Border Color

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

This div border color is #dbab11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab11


Comments

No comments written yet.

Please login to write comment.