Color Hex Logo

#dfb049 Color Hex

#DFB049
(223,176,73)
0 Favorites   0 Comments

Color spaces of #dfb049

RGB 22317673
HSL0.110.700.58
HSV41°67°87°
CMYK 0.000.210.67   0.13
XYZ47.159447.219712.9321
Yxy47.21970.43950.4400
Hunter Lab68.71662.248436.9435
CIE-Lab74.33016.480457.4311

#dfb049 color RGB value is (223,176,73).

#dfb049 hex color red value is 223, green value is 176 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #dfb049 hue: 0.11 , saturation: 0.70 and the lightness value of dfb049 is 0.58.

The process color (four color CMYK) of #dfb049 color hex is 0.00, 0.21, 0.67, 0.13. Web safe color of #dfb049 is #cc9933. Color #dfb049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 01001001
Octal 337 260 111
Decimal 223 176 73
Hex DF B0 49

RGB Percentages of Color #dfb049

%47.25
%37.29
%15.47

CMYK Percentages of Color #dfb049

%0
%21
%67
%13

Triadic Colors of #dfb049

#dfb049 #49dfb0 #b049df

Analogous Colors of #dfb049

#dfb049 #c3df49 #df6549

Monochromatic Colors of #dfb049

#dfb049

Complementary Color

#dfb049 #4978df

#dfb049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb049 Color CSS Codes

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

#dfb049 Text Font Color

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

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


#dfb049 Background Color

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

This div background color is #dfb049


#dfb049 Border Color

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

This div border color is #dfb049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb049


Comments

No comments written yet.

Please login to write comment.