Color Hex Logo

#dfbf47 Color Hex

#DFBF47
(223,191,71)
0 Favorites   0 Comments

Color spaces of #dfbf47

RGB 22319171
HSL0.130.700.58
HSV47°68°87°
CMYK 0.000.140.68   0.13
XYZ50.199653.404513.6235
Yxy53.40450.42820.4556
Hunter Lab73.0784-5.270540.1018
CIE-Lab78.1132-1.496762.2320

#dfbf47 color RGB value is (223,191,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 01000111
Octal 337 277 107
Decimal 223 191 71
Hex DF BF 47

RGB Percentages of Color #dfbf47

%45.98
%39.38
%14.64

CMYK Percentages of Color #dfbf47

%0
%14
%68
%13

Triadic Colors of #dfbf47

#dfbf47 #47dfbf #bf47df

Analogous Colors of #dfbf47

#dfbf47 #b3df47 #df7347

Monochromatic Colors of #dfbf47

#dfbf47

Complementary Color

#dfbf47 #4767df

#dfbf47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf47 Color CSS Codes

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

#dfbf47 Text Font Color

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

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


#dfbf47 Background Color

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

This div background color is #dfbf47


#dfbf47 Border Color

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

This div border color is #dfbf47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbf47


Comments

No comments written yet.

Please login to write comment.