Color Hex Logo

#dbd918 Color Hex

#DBD918
(219,217,24)
0 Favorites   0 Comments

Color spaces of #dbd918

RGB 21921724
HSL0.160.800.48
HSV59°89°86°
CMYK 0.000.010.89   0.14
XYZ54.191164.751710.5063
Yxy64.75170.41860.5002
Hunter Lab80.4684-20.609848.5868
CIE-Lab84.3556-17.963681.2937

#dbd918 color RGB value is (219,217,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 00011000
Octal 333 331 30
Decimal 219 217 24
Hex DB D9 18

RGB Percentages of Color #dbd918

%47.61
%47.17
%5.22

CMYK Percentages of Color #dbd918

%0
%1
%89
%14

Triadic Colors of #dbd918

#dbd918 #18dbd9 #d918db

Analogous Colors of #dbd918

#dbd918 #7cdb18 #db7818

Monochromatic Colors of #dbd918

#dbd918

Complementary Color

#dbd918 #181adb

#dbd918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd918 Color CSS Codes

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

#dbd918 Text Font Color

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

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


#dbd918 Background Color

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

This div background color is #dbd918


#dbd918 Border Color

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

This div border color is #dbd918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd918


Comments

No comments written yet.

Please login to write comment.