Color Hex Logo

#dfbf0e Color Hex

#DFBF0E
(223,191,14)
0 Favorites   0 Comments

Color spaces of #dfbf0e

RGB 22319114
HSL0.140.880.46
HSV51°94°87°
CMYK 0.000.140.94   0.13
XYZ49.141552.98138.0518
Yxy52.98130.44600.4809
Hunter Lab72.7883-6.868844.3931
CIE-Lab77.8640-3.282277.8869

#dfbf0e color RGB value is (223,191,14).

#dfbf0e hex color red value is 223, green value is 191 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dfbf0e hue: 0.14 , saturation: 0.88 and the lightness value of dfbf0e is 0.46.

The process color (four color CMYK) of #dfbf0e color hex is 0.00, 0.14, 0.94, 0.13. Web safe color of #dfbf0e is #cccc00. Color #dfbf0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 00001110
Octal 337 277 16
Decimal 223 191 14
Hex DF BF E

RGB Percentages of Color #dfbf0e

%52.10
%44.63
%3.27

CMYK Percentages of Color #dfbf0e

%0
%14
%94
%13

Triadic Colors of #dfbf0e

#dfbf0e #0edfbf #bf0edf

Analogous Colors of #dfbf0e

#dfbf0e #97df0e #df570e

Monochromatic Colors of #dfbf0e

#dfbf0e

Complementary Color

#dfbf0e #0e2edf

#dfbf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf0e Color CSS Codes

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

#dfbf0e Text Font Color

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

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


#dfbf0e Background Color

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

This div background color is #dfbf0e


#dfbf0e Border Color

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

This div border color is #dfbf0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbf0e


Comments

No comments written yet.

Please login to write comment.