Color Hex Logo

#dfb818 Color Hex

#DFB818
(223,184,24)
0 Favorites   0 Comments

Color spaces of #dfb818

RGB 22318424
HSL0.130.810.48
HSV48°89°87°
CMYK 0.000.170.89   0.13
XYZ47.736850.03498.0059
Yxy50.03490.45130.4730
Hunter Lab70.7354-3.323542.8042
CIE-Lab76.09070.500574.9894

#dfb818 color RGB value is (223,184,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 00011000
Octal 337 270 30
Decimal 223 184 24
Hex DF B8 18

RGB Percentages of Color #dfb818

%51.74
%42.69
%5.57

CMYK Percentages of Color #dfb818

%0
%17
%89
%13

Triadic Colors of #dfb818

#dfb818 #18dfb8 #b818df

Analogous Colors of #dfb818

#dfb818 #a3df18 #df5518

Monochromatic Colors of #dfb818

#dfb818

Complementary Color

#dfb818 #183fdf

#dfb818 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb818 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb818 Color CSS Codes

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

#dfb818 Text Font Color

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

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


#dfb818 Background Color

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

This div background color is #dfb818


#dfb818 Border Color

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

This div border color is #dfb818


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb818


Comments

No comments written yet.

Please login to write comment.