Color Hex Logo

#dbbf00 Color Hex

#DBBF00
(219,191,0)
0 Favorites   0 Comments

Color spaces of #dbbf00

RGB 2191910
HSL0.151.000.43
HSV52°100°86°
CMYK 0.000.131.00   0.14
XYZ47.844252.32177.5774
Yxy52.32170.44410.4856
Hunter Lab72.3337-8.517644.4226
CIE-Lab77.4728-5.159178.8947

#dbbf00 color RGB value is (219,191,0).

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

The process color (four color CMYK) of #dbbf00 color hex is 0.00, 0.13, 1.00, 0.14. Web safe color of #dbbf00 is #cccc00. Color #dbbf00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 00000000
Octal 333 277 0
Decimal 219 191 0
Hex DB BF 0

RGB Percentages of Color #dbbf00

%53.41
%46.59
%0.00

CMYK Percentages of Color #dbbf00

%0
%13
%100
%14

Triadic Colors of #dbbf00

#dbbf00 #00dbbf #bf00db

Analogous Colors of #dbbf00

#dbbf00 #8adb00 #db5200

Monochromatic Colors of #dbbf00

#dbbf00

Complementary Color

#dbbf00 #001cdb

#dbbf00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbf00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbf00 Color CSS Codes

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

#dbbf00 Text Font Color

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

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


#dbbf00 Background Color

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

This div background color is #dbbf00


#dbbf00 Border Color

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

This div border color is #dbbf00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbf00


Comments

No comments written yet.

Please login to write comment.