Color Hex Logo

#dfb811 Color Hex

#DFB811
(223,184,17)
0 Favorites   0 Comments

Color spaces of #dfb811

RGB 22318417
HSL0.140.860.47
HSV49°92°87°
CMYK 0.000.170.92   0.13
XYZ47.673150.00947.6705
Yxy50.00940.45250.4747
Hunter Lab70.7173-3.422043.0711
CIE-Lab76.07500.391176.1492

#dfb811 color RGB value is (223,184,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 00010001
Octal 337 270 21
Decimal 223 184 17
Hex DF B8 11

RGB Percentages of Color #dfb811

%52.59
%43.40
%4.01

CMYK Percentages of Color #dfb811

%0
%17
%92
%13

Triadic Colors of #dfb811

#dfb811 #11dfb8 #b811df

Analogous Colors of #dfb811

#dfb811 #9fdf11 #df5111

Monochromatic Colors of #dfb811

#dfb811

Complementary Color

#dfb811 #1138df

#dfb811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb811 Color CSS Codes

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

#dfb811 Text Font Color

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

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


#dfb811 Background Color

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

This div background color is #dfb811


#dfb811 Border Color

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

This div border color is #dfb811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb811


Comments

No comments written yet.

Please login to write comment.