Color Hex Logo

#dfb418 Color Hex

#DFB418
(223,180,24)
0 Favorites   0 Comments

Color spaces of #dfb418

RGB 22318024
HSL0.130.810.48
HSV47°89°87°
CMYK 0.000.190.89   0.13
XYZ46.917648.39647.7328
Yxy48.39640.45530.4697
Hunter Lab69.5675-1.359542.1069
CIE-Lab75.07432.595074.2007

#dfb418 color RGB value is (223,180,24).

#dfb418 hex color red value is 223, green value is 180 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #dfb418 hue: 0.13 , saturation: 0.81 and the lightness value of dfb418 is 0.48.

The process color (four color CMYK) of #dfb418 color hex is 0.00, 0.19, 0.89, 0.13. Web safe color of #dfb418 is #cccc00. Color #dfb418 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 00011000
Octal 337 264 30
Decimal 223 180 24
Hex DF B4 18

RGB Percentages of Color #dfb418

%52.22
%42.15
%5.62

CMYK Percentages of Color #dfb418

%0
%19
%89
%13

Triadic Colors of #dfb418

#dfb418 #18dfb4 #b418df

Analogous Colors of #dfb418

#dfb418 #a7df18 #df5118

Monochromatic Colors of #dfb418

#dfb418

Complementary Color

#dfb418 #1843df

#dfb418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb418 Color CSS Codes

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

#dfb418 Text Font Color

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

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


#dfb418 Background Color

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

This div background color is #dfb418


#dfb418 Border Color

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

This div border color is #dfb418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb418


Comments

No comments written yet.

Please login to write comment.