Color Hex Logo

#dfbf4f Color Hex

#DFBF4F
(223,191,79)
0 Favorites   0 Comments

Color spaces of #dfbf4f

RGB 22319179
HSL0.130.690.59
HSV47°65°87°
CMYK 0.000.140.65   0.13
XYZ50.473553.514115.0661
Yxy53.51410.42400.4495
Hunter Lab73.1533-4.858938.9964
CIE-Lab78.1776-1.040358.9299

#dfbf4f color RGB value is (223,191,79).

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

The process color (four color CMYK) of #dfbf4f color hex is 0.00, 0.14, 0.65, 0.13. Web safe color of #dfbf4f is #cccc66. Color #dfbf4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 01001111
Octal 337 277 117
Decimal 223 191 79
Hex DF BF 4F

RGB Percentages of Color #dfbf4f

%45.23
%38.74
%16.02

CMYK Percentages of Color #dfbf4f

%0
%14
%65
%13

Triadic Colors of #dfbf4f

#dfbf4f #4fdfbf #bf4fdf

Analogous Colors of #dfbf4f

#dfbf4f #b7df4f #df774f

Monochromatic Colors of #dfbf4f

#dfbf4f

Complementary Color

#dfbf4f #4f6fdf

#dfbf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf4f Color CSS Codes

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

#dfbf4f Text Font Color

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

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


#dfbf4f Background Color

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

This div background color is #dfbf4f


#dfbf4f Border Color

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

This div border color is #dfbf4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbf4f


Comments

No comments written yet.

Please login to write comment.