Color Hex Logo

#dbd118 Color Hex

#DBD118
(219,209,24)
0 Favorites   0 Comments

Color spaces of #dbd118

RGB 21920924
HSL0.160.800.48
HSV57°89°86°
CMYK 0.000.050.89   0.14
XYZ52.178860.72699.8355
Yxy60.72690.42510.4948
Hunter Lab77.9275-16.852747.0660
CIE-Lab82.2317-14.005679.6272

#dbd118 color RGB value is (219,209,24).

#dbd118 hex color red value is 219, green value is 209 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #dbd118 hue: 0.16 , saturation: 0.80 and the lightness value of dbd118 is 0.48.

The process color (four color CMYK) of #dbd118 color hex is 0.00, 0.05, 0.89, 0.14. Web safe color of #dbd118 is #cccc00. Color #dbd118 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 00011000
Octal 333 321 30
Decimal 219 209 24
Hex DB D1 18

RGB Percentages of Color #dbd118

%48.45
%46.24
%5.31

CMYK Percentages of Color #dbd118

%0
%5
%89
%14

Triadic Colors of #dbd118

#dbd118 #18dbd1 #d118db

Analogous Colors of #dbd118

#dbd118 #84db18 #db7018

Monochromatic Colors of #dbd118

#dbd118

Complementary Color

#dbd118 #1822db

#dbd118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd118 Color CSS Codes

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

#dbd118 Text Font Color

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

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


#dbd118 Background Color

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

This div background color is #dbd118


#dbd118 Border Color

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

This div border color is #dbd118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd118


Comments

No comments written yet.

Please login to write comment.