Color Hex Logo

#dfb420 Color Hex

#DFB420
(223,180,32)
0 Favorites   0 Comments

Color spaces of #dfb420

RGB 22318032
HSL0.130.750.50
HSV46°86°87°
CMYK 0.000.190.86   0.13
XYZ47.013448.43488.2375
Yxy48.43480.45340.4671
Hunter Lab69.5951-1.209841.6988
CIE-Lab75.09832.760072.4782

#dfb420 color RGB value is (223,180,32).

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

The process color (four color CMYK) of #dfb420 color hex is 0.00, 0.19, 0.86, 0.13. Web safe color of #dfb420 is #cccc33. Color #dfb420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 00100000
Octal 337 264 40
Decimal 223 180 32
Hex DF B4 20

RGB Percentages of Color #dfb420

%51.26
%41.38
%7.36

CMYK Percentages of Color #dfb420

%0
%19
%86
%13

Triadic Colors of #dfb420

#dfb420 #20dfb4 #b420df

Analogous Colors of #dfb420

#dfb420 #abdf20 #df5520

Monochromatic Colors of #dfb420

#dfb420

Complementary Color

#dfb420 #204bdf

#dfb420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb420 Color CSS Codes

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

#dfb420 Text Font Color

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

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


#dfb420 Background Color

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

This div background color is #dfb420


#dfb420 Border Color

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

This div border color is #dfb420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb420


Comments

No comments written yet.

Please login to write comment.