Color Hex Logo

#dbd718 Color Hex

#DBD718
(219,215,24)
0 Favorites   0 Comments

Color spaces of #dbd718

RGB 21921524
HSL0.160.800.48
HSV59°89°86°
CMYK 0.000.020.89   0.14
XYZ53.678763.726910.3355
Yxy63.72690.42020.4989
Hunter Lab79.8291-19.674048.2041
CIE-Lab83.8234-16.980480.8759

#dbd718 color RGB value is (219,215,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 00011000
Octal 333 327 30
Decimal 219 215 24
Hex DB D7 18

RGB Percentages of Color #dbd718

%47.82
%46.94
%5.24

CMYK Percentages of Color #dbd718

%0
%2
%89
%14

Triadic Colors of #dbd718

#dbd718 #18dbd7 #d718db

Analogous Colors of #dbd718

#dbd718 #7edb18 #db7618

Monochromatic Colors of #dbd718

#dbd718

Complementary Color

#dbd718 #181cdb

#dbd718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd718 Color CSS Codes

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

#dbd718 Text Font Color

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

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


#dbd718 Background Color

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

This div background color is #dbd718


#dbd718 Border Color

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

This div border color is #dbd718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd718


Comments

No comments written yet.

Please login to write comment.