Color Hex Logo

#dfb547 Color Hex

#DFB547
(223,181,71)
0 Favorites   0 Comments

Color spaces of #dfb547

RGB 22318171
HSL0.120.700.58
HSV43°68°87°
CMYK 0.000.190.68   0.13
XYZ48.092649.190712.9212
Yxy49.19070.43640.4464
Hunter Lab70.1361-0.340038.1722
CIE-Lab75.56983.730659.5962

#dfb547 color RGB value is (223,181,71).

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

The process color (four color CMYK) of #dfb547 color hex is 0.00, 0.19, 0.68, 0.13. Web safe color of #dfb547 is #cccc33. Color #dfb547 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110101 01000111
Octal 337 265 107
Decimal 223 181 71
Hex DF B5 47

RGB Percentages of Color #dfb547

%46.95
%38.11
%14.95

CMYK Percentages of Color #dfb547

%0
%19
%68
%13

Triadic Colors of #dfb547

#dfb547 #47dfb5 #b547df

Analogous Colors of #dfb547

#dfb547 #bddf47 #df6947

Monochromatic Colors of #dfb547

#dfb547

Complementary Color

#dfb547 #4771df

#dfb547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb547 Color CSS Codes

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

#dfb547 Text Font Color

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

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


#dfb547 Background Color

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

This div background color is #dfb547


#dfb547 Border Color

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

This div border color is #dfb547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb547


Comments

No comments written yet.

Please login to write comment.