Color Hex Logo

#dbab00 Color Hex

#DBAB00
(219,171,0)
0 Favorites   0 Comments

Color spaces of #dbab00

RGB 2191710
HSL0.131.000.43
HSV47°100°86°
CMYK 0.000.221.00   0.14
XYZ43.776344.18596.2215
Yxy44.18590.46480.4691
Hunter Lab66.47251.226640.9815
CIE-Lab72.35265.302975.2994

#dbab00 color RGB value is (219,171,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 00000000
Octal 333 253 0
Decimal 219 171 0
Hex DB AB 0

RGB Percentages of Color #dbab00

%56.15
%43.85
%0.00

CMYK Percentages of Color #dbab00

%0
%22
%100
%14

Triadic Colors of #dbab00

#dbab00 #00dbab #ab00db

Analogous Colors of #dbab00

#dbab00 #9edb00 #db3e00

Monochromatic Colors of #dbab00

#dbab00

Complementary Color

#dbab00 #0030db

#dbab00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab00 Color CSS Codes

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

#dbab00 Text Font Color

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

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


#dbab00 Background Color

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

This div background color is #dbab00


#dbab00 Border Color

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

This div border color is #dbab00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab00


Comments

No comments written yet.

Please login to write comment.