Color Hex Logo

#dbd81f Color Hex

#DBD81F
(219,216,31)
0 Favorites   0 Comments

Color spaces of #dbd81f

RGB 21921631
HSL0.160.750.49
HSV59°86°86°
CMYK 0.000.010.86   0.14
XYZ54.016664.270710.8548
Yxy64.27070.41830.4977
Hunter Lab80.1690-20.025348.0905
CIE-Lab84.1065-17.335479.8610

#dbd81f color RGB value is (219,216,31).

#dbd81f hex color red value is 219, green value is 216 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dbd81f hue: 0.16 , saturation: 0.75 and the lightness value of dbd81f is 0.49.

The process color (four color CMYK) of #dbd81f color hex is 0.00, 0.01, 0.86, 0.14. Web safe color of #dbd81f is #cccc33. Color #dbd81f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011000 00011111
Octal 333 330 37
Decimal 219 216 31
Hex DB D8 1F

RGB Percentages of Color #dbd81f

%47.00
%46.35
%6.65

CMYK Percentages of Color #dbd81f

%0
%1
%86
%14

Triadic Colors of #dbd81f

#dbd81f #1fdbd8 #d81fdb

Analogous Colors of #dbd81f

#dbd81f #80db1f #db7a1f

Monochromatic Colors of #dbd81f

#dbd81f

Complementary Color

#dbd81f #1f22db

#dbd81f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd81f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd81f Color CSS Codes

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

#dbd81f Text Font Color

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

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


#dbd81f Background Color

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

This div background color is #dbd81f


#dbd81f Border Color

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

This div border color is #dbd81f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd81f


Comments

No comments written yet.

Please login to write comment.