Color Hex Logo

#dbd900 Color Hex

#DBD900
(219,217,0)
0 Favorites   0 Comments

Color spaces of #dbd900

RGB 2192170
HSL0.171.000.43
HSV59°100°86°
CMYK 0.000.011.00   0.14
XYZ54.026364.68589.6381
Yxy64.68580.42090.5040
Hunter Lab80.4275-20.842649.1942
CIE-Lab84.3216-18.237583.8348

#dbd900 color RGB value is (219,217,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 00000000
Octal 333 331 0
Decimal 219 217 0
Hex DB D9 0

RGB Percentages of Color #dbd900

%50.23
%49.77
%0.00

CMYK Percentages of Color #dbd900

%0
%1
%100
%14

Triadic Colors of #dbd900

#dbd900 #00dbd9 #d900db

Analogous Colors of #dbd900

#dbd900 #70db00 #db6c00

Monochromatic Colors of #dbd900

#dbd900

Complementary Color

#dbd900 #0002db

#dbd900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd900 Color CSS Codes

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

#dbd900 Text Font Color

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

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


#dbd900 Background Color

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

This div background color is #dbd900


#dbd900 Border Color

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

This div border color is #dbd900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd900


Comments

No comments written yet.

Please login to write comment.