Color Hex Logo

#dfb111 Color Hex

#DFB111
(223,177,17)
0 Favorites   0 Comments

Color spaces of #dfb111

RGB 22317717
HSL0.130.860.47
HSV47°92°87°
CMYK 0.000.210.92   0.13
XYZ46.254747.17277.1977
Yxy47.17270.45970.4688
Hunter Lab68.68240.018141.8643
CIE-Lab74.30014.062074.8222

#dfb111 color RGB value is (223,177,17).

#dfb111 hex color red value is 223, green value is 177 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #dfb111 hue: 0.13 , saturation: 0.86 and the lightness value of dfb111 is 0.47.

The process color (four color CMYK) of #dfb111 color hex is 0.00, 0.21, 0.92, 0.13. Web safe color of #dfb111 is #cc9900. Color #dfb111 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 00010001
Octal 337 261 21
Decimal 223 177 17
Hex DF B1 11

RGB Percentages of Color #dfb111

%53.48
%42.45
%4.08

CMYK Percentages of Color #dfb111

%0
%21
%92
%13

Triadic Colors of #dfb111

#dfb111 #11dfb1 #b111df

Analogous Colors of #dfb111

#dfb111 #a6df11 #df4a11

Monochromatic Colors of #dfb111

#dfb111

Complementary Color

#dfb111 #113fdf

#dfb111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb111 Color CSS Codes

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

#dfb111 Text Font Color

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

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


#dfb111 Background Color

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

This div background color is #dfb111


#dfb111 Border Color

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

This div border color is #dfb111


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,177,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfb111">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb111


Comments

No comments written yet.

Please login to write comment.