Color Hex Logo

#dfb047 Color Hex

#DFB047
(223,176,71)
0 Favorites   0 Comments

Color spaces of #dfb047

RGB 22317671
HSL0.120.700.58
HSV41°68°87°
CMYK 0.000.210.68   0.13
XYZ47.094147.193612.5884
Yxy47.19360.44060.4416
Hunter Lab68.69762.145937.2238
CIE-Lab74.31346.369358.2811

#dfb047 color RGB value is (223,176,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 01000111
Octal 337 260 107
Decimal 223 176 71
Hex DF B0 47

RGB Percentages of Color #dfb047

%47.45
%37.45
%15.11

CMYK Percentages of Color #dfb047

%0
%21
%68
%13

Triadic Colors of #dfb047

#dfb047 #47dfb0 #b047df

Analogous Colors of #dfb047

#dfb047 #c2df47 #df6447

Monochromatic Colors of #dfb047

#dfb047

Complementary Color

#dfb047 #4776df

#dfb047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb047 Color CSS Codes

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

#dfb047 Text Font Color

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

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


#dfb047 Background Color

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

This div background color is #dfb047


#dfb047 Border Color

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

This div border color is #dfb047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb047


Comments

No comments written yet.

Please login to write comment.