Color Hex Logo

#dfb718 Color Hex

#DFB718
(223,183,24)
0 Favorites   0 Comments

Color spaces of #dfb718

RGB 22318324
HSL0.130.810.48
HSV48°89°87°
CMYK 0.000.180.89   0.13
XYZ47.529849.62097.9369
Yxy49.62090.45230.4722
Hunter Lab70.4421-2.833442.6291
CIE-Lab75.83601.023174.7917

#dfb718 color RGB value is (223,183,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 00011000
Octal 337 267 30
Decimal 223 183 24
Hex DF B7 18

RGB Percentages of Color #dfb718

%51.86
%42.56
%5.58

CMYK Percentages of Color #dfb718

%0
%18
%89
%13

Triadic Colors of #dfb718

#dfb718 #18dfb7 #b718df

Analogous Colors of #dfb718

#dfb718 #a4df18 #df5418

Monochromatic Colors of #dfb718

#dfb718

Complementary Color

#dfb718 #1840df

#dfb718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb718 Color CSS Codes

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

#dfb718 Text Font Color

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

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


#dfb718 Background Color

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

This div background color is #dfb718


#dfb718 Border Color

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

This div border color is #dfb718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb718


Comments

No comments written yet.

Please login to write comment.