Color Hex Logo

#dfb340 Color Hex

#DFB340
(223,179,64)
0 Favorites   0 Comments

Color spaces of #dfb340

RGB 22317964
HSL0.120.710.56
HSV43°71°87°
CMYK 0.000.200.71   0.13
XYZ47.476948.298311.6707
Yxy48.29830.44190.4495
Hunter Lab69.49700.322738.6913
CIE-Lab75.01274.424461.9143

#dfb340 color RGB value is (223,179,64).

#dfb340 hex color red value is 223, green value is 179 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dfb340 hue: 0.12 , saturation: 0.71 and the lightness value of dfb340 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 01000000
Octal 337 263 100
Decimal 223 179 64
Hex DF B3 40

RGB Percentages of Color #dfb340

%47.85
%38.41
%13.73

CMYK Percentages of Color #dfb340

%0
%20
%71
%13

Triadic Colors of #dfb340

#dfb340 #40dfb3 #b340df

Analogous Colors of #dfb340

#dfb340 #bcdf40 #df6440

Monochromatic Colors of #dfb340

#dfb340

Complementary Color

#dfb340 #406cdf

#dfb340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb340 Color CSS Codes

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

#dfb340 Text Font Color

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

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


#dfb340 Background Color

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

This div background color is #dfb340


#dfb340 Border Color

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

This div border color is #dfb340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb340


Comments

No comments written yet.

Please login to write comment.