Color Hex Logo

#dbda1f Color Hex

#DBDA1F
(219,218,31)
0 Favorites   0 Comments

Color spaces of #dbda1f

RGB 21921831
HSL0.170.750.49
HSV60°86°86°
CMYK 0.000.000.86   0.14
XYZ54.532165.301811.0267
Yxy65.30180.41670.4990
Hunter Lab80.8095-20.960848.4764
CIE-Lab84.6390-18.317380.2921

#dbda1f color RGB value is (219,218,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 00011111
Octal 333 332 37
Decimal 219 218 31
Hex DB DA 1F

RGB Percentages of Color #dbda1f

%46.79
%46.58
%6.62

CMYK Percentages of Color #dbda1f

%0
%0
%86
%14

Triadic Colors of #dbda1f

#dbda1f #1fdbda #da1fdb

Analogous Colors of #dbda1f

#dbda1f #7edb1f #db7c1f

Monochromatic Colors of #dbda1f

#dbda1f

Complementary Color

#dbda1f #1f20db

#dbda1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbda1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbda1f Color CSS Codes

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

#dbda1f Text Font Color

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

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


#dbda1f Background Color

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

This div background color is #dbda1f


#dbda1f Border Color

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

This div border color is #dbda1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbda1f


Comments

No comments written yet.

Please login to write comment.