Color Hex Logo

#dfb422 Color Hex

#DFB422
(223,180,34)
0 Favorites   0 Comments

Color spaces of #dfb422

RGB 22318034
HSL0.130.750.50
HSV46°85°87°
CMYK 0.000.190.85   0.13
XYZ47.041448.44608.3850
Yxy48.44600.45290.4664
Hunter Lab69.6032-1.166041.5796
CIE-Lab75.10542.808271.9884

#dfb422 color RGB value is (223,180,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 00100010
Octal 337 264 42
Decimal 223 180 34
Hex DF B4 22

RGB Percentages of Color #dfb422

%51.03
%41.19
%7.78

CMYK Percentages of Color #dfb422

%0
%19
%85
%13

Triadic Colors of #dfb422

#dfb422 #22dfb4 #b422df

Analogous Colors of #dfb422

#dfb422 #acdf22 #df5522

Monochromatic Colors of #dfb422

#dfb422

Complementary Color

#dfb422 #224ddf

#dfb422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb422 Color CSS Codes

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

#dfb422 Text Font Color

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

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


#dfb422 Background Color

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

This div background color is #dfb422


#dfb422 Border Color

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

This div border color is #dfb422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb422


Comments

No comments written yet.

Please login to write comment.