Color Hex Logo

#dfb920 Color Hex

#DFB920
(223,185,32)
0 Favorites   0 Comments

Color spaces of #dfb920

RGB 22318532
HSL0.130.750.50
HSV48°86°87°
CMYK 0.000.170.86   0.13
XYZ48.041150.49028.5800
Yxy50.49020.44850.4714
Hunter Lab71.0565-3.665442.5803
CIE-Lab76.36920.142973.5128

#dfb920 color RGB value is (223,185,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 00100000
Octal 337 271 40
Decimal 223 185 32
Hex DF B9 20

RGB Percentages of Color #dfb920

%50.68
%42.05
%7.27

CMYK Percentages of Color #dfb920

%0
%17
%86
%13

Triadic Colors of #dfb920

#dfb920 #20dfb9 #b920df

Analogous Colors of #dfb920

#dfb920 #a6df20 #df5a20

Monochromatic Colors of #dfb920

#dfb920

Complementary Color

#dfb920 #2046df

#dfb920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb920 Color CSS Codes

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

#dfb920 Text Font Color

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

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


#dfb920 Background Color

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

This div background color is #dfb920


#dfb920 Border Color

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

This div border color is #dfb920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb920


Comments

No comments written yet.

Please login to write comment.