Color Hex Logo

#dfb120 Color Hex

#DFB120
(223,177,32)
0 Favorites   0 Comments

Color spaces of #dfb120

RGB 22317732
HSL0.130.750.50
HSV46°86°87°
CMYK 0.000.210.86   0.13
XYZ46.414347.23658.0378
Yxy47.23650.45640.4645
Hunter Lab68.72880.270141.1762
CIE-Lab74.34084.338571.8612

#dfb120 color RGB value is (223,177,32).

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

The process color (four color CMYK) of #dfb120 color hex is 0.00, 0.21, 0.86, 0.13. Web safe color of #dfb120 is #cc9933. Color #dfb120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 00100000
Octal 337 261 40
Decimal 223 177 32
Hex DF B1 20

RGB Percentages of Color #dfb120

%51.62
%40.97
%7.41

CMYK Percentages of Color #dfb120

%0
%21
%86
%13

Triadic Colors of #dfb120

#dfb120 #20dfb1 #b120df

Analogous Colors of #dfb120

#dfb120 #aedf20 #df5120

Monochromatic Colors of #dfb120

#dfb120

Complementary Color

#dfb120 #204edf

#dfb120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb120 Color CSS Codes

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

#dfb120 Text Font Color

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

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


#dfb120 Background Color

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

This div background color is #dfb120


#dfb120 Border Color

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

This div border color is #dfb120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb120


Comments

No comments written yet.

Please login to write comment.