Color Hex Logo

#dfb911 Color Hex

#DFB911
(223,185,17)
0 Favorites   0 Comments

Color spaces of #dfb911

RGB 22318517
HSL0.140.860.47
HSV49°92°87°
CMYK 0.000.170.92   0.13
XYZ47.881650.42647.7399
Yxy50.42640.45150.4755
Hunter Lab71.0115-3.911443.2458
CIE-Lab76.3302-0.130676.3409

#dfb911 color RGB value is (223,185,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 00010001
Octal 337 271 21
Decimal 223 185 17
Hex DF B9 11

RGB Percentages of Color #dfb911

%52.47
%43.53
%4.00

CMYK Percentages of Color #dfb911

%0
%17
%92
%13

Triadic Colors of #dfb911

#dfb911 #11dfb9 #b911df

Analogous Colors of #dfb911

#dfb911 #9edf11 #df5211

Monochromatic Colors of #dfb911

#dfb911

Complementary Color

#dfb911 #1137df

#dfb911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb911 Color CSS Codes

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

#dfb911 Text Font Color

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

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


#dfb911 Background Color

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

This div background color is #dfb911


#dfb911 Border Color

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

This div border color is #dfb911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb911


Comments

No comments written yet.

Please login to write comment.