Color Hex Logo

#dfb32e Color Hex

#DFB32E
(223,179,46)
0 Favorites   0 Comments

Color spaces of #dfb32e

RGB 22317946
HSL0.130.730.53
HSV45°79°87°
CMYK 0.000.200.79   0.13
XYZ47.044748.12549.3944
Yxy48.12540.44990.4602
Hunter Lab69.3725-0.352740.5317
CIE-Lab74.90403.685668.3552

#dfb32e color RGB value is (223,179,46).

#dfb32e hex color red value is 223, green value is 179 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dfb32e hue: 0.13 , saturation: 0.73 and the lightness value of dfb32e is 0.53.

The process color (four color CMYK) of #dfb32e color hex is 0.00, 0.20, 0.79, 0.13. Web safe color of #dfb32e is #cccc33. Color #dfb32e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 00101110
Octal 337 263 56
Decimal 223 179 46
Hex DF B3 2E

RGB Percentages of Color #dfb32e

%49.78
%39.96
%10.27

CMYK Percentages of Color #dfb32e

%0
%20
%79
%13

Triadic Colors of #dfb32e

#dfb32e #2edfb3 #b32edf

Analogous Colors of #dfb32e

#dfb32e #b3df2e #df5b2e

Monochromatic Colors of #dfb32e

#dfb32e

Complementary Color

#dfb32e #2e5adf

#dfb32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb32e Color CSS Codes

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

#dfb32e Text Font Color

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

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


#dfb32e Background Color

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

This div background color is #dfb32e


#dfb32e Border Color

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

This div border color is #dfb32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb32e


Comments

No comments written yet.

Please login to write comment.