Color Hex Logo

#dfdb1f Color Hex

#DFDB1F
(223,219,31)
0 Favorites   0 Comments

Color spaces of #dfdb1f

RGB 22321931
HSL0.160.760.50
HSV59°86°87°
CMYK 0.000.020.86   0.13
XYZ56.010366.449911.1704
Yxy66.44990.41910.4973
Hunter Lab81.5168-20.006848.9371
CIE-Lab85.2254-17.124180.8999

#dfdb1f color RGB value is (223,219,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 00011111
Octal 337 333 37
Decimal 223 219 31
Hex DF DB 1F

RGB Percentages of Color #dfdb1f

%47.15
%46.30
%6.55

CMYK Percentages of Color #dfdb1f

%0
%2
%86
%13

Triadic Colors of #dfdb1f

#dfdb1f #1fdfdb #db1fdf

Analogous Colors of #dfdb1f

#dfdb1f #83df1f #df7b1f

Monochromatic Colors of #dfdb1f

#dfdb1f

Complementary Color

#dfdb1f #1f23df

#dfdb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdb1f Color CSS Codes

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

#dfdb1f Text Font Color

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

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


#dfdb1f Background Color

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

This div background color is #dfdb1f


#dfdb1f Border Color

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

This div border color is #dfdb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdb1f


Comments

No comments written yet.

Please login to write comment.