Color Hex Logo

#dfb421 Color Hex

#DFB421
(223,180,33)
0 Favorites   0 Comments

Color spaces of #dfb421

RGB 22318033
HSL0.130.750.50
HSV46°85°87°
CMYK 0.000.190.85   0.13
XYZ47.027248.44038.3102
Yxy48.44030.45320.4668
Hunter Lab69.5991-1.188241.6401
CIE-Lab75.10182.783872.2360

#dfb421 color RGB value is (223,180,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 00100001
Octal 337 264 41
Decimal 223 180 33
Hex DF B4 21

RGB Percentages of Color #dfb421

%51.15
%41.28
%7.57

CMYK Percentages of Color #dfb421

%0
%19
%85
%13

Triadic Colors of #dfb421

#dfb421 #21dfb4 #b421df

Analogous Colors of #dfb421

#dfb421 #abdf21 #df5521

Monochromatic Colors of #dfb421

#dfb421

Complementary Color

#dfb421 #214cdf

#dfb421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb421 Color CSS Codes

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

#dfb421 Text Font Color

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

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


#dfb421 Background Color

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

This div background color is #dfb421


#dfb421 Border Color

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

This div border color is #dfb421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb421


Comments

No comments written yet.

Please login to write comment.