Color Hex Logo

#dfb501 Color Hex

#DFB501
(223,181,1)
0 Favorites   0 Comments

Color spaces of #dfb501

RGB 2231811
HSL0.140.990.44
HSV49°100°87°
CMYK 0.000.191.00   0.13
XYZ46.960848.73796.9610
Yxy48.73790.45740.4748
Hunter Lab69.8125-2.100342.9570
CIE-Lab75.28801.795177.4218

#dfb501 color RGB value is (223,181,1).

#dfb501 hex color red value is 223, green value is 181 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #dfb501 hue: 0.14 , saturation: 0.99 and the lightness value of dfb501 is 0.44.

The process color (four color CMYK) of #dfb501 color hex is 0.00, 0.19, 1.00, 0.13. Web safe color of #dfb501 is #cccc00. Color #dfb501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110101 00000001
Octal 337 265 1
Decimal 223 181 1
Hex DF B5 1

RGB Percentages of Color #dfb501

%55.06
%44.69
%0.25

CMYK Percentages of Color #dfb501

%0
%19
%100
%13

Triadic Colors of #dfb501

#dfb501 #01dfb5 #b501df

Analogous Colors of #dfb501

#dfb501 #9adf01 #df4601

Monochromatic Colors of #dfb501

#dfb501

Complementary Color

#dfb501 #012bdf

#dfb501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb501 Color CSS Codes

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

#dfb501 Text Font Color

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

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


#dfb501 Background Color

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

This div background color is #dfb501


#dfb501 Border Color

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

This div border color is #dfb501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb501


Comments

No comments written yet.

Please login to write comment.