Color Hex Logo

#dfbf0b Color Hex

#DFBF0B
(223,191,11)
0 Favorites   0 Comments

Color spaces of #dfbf0b

RGB 22319111
HSL0.140.910.46
HSV51°95°87°
CMYK 0.000.140.95   0.13
XYZ49.122652.97377.9525
Yxy52.97370.44640.4814
Hunter Lab72.7830-6.897444.4699
CIE-Lab77.8595-3.314378.2257

#dfbf0b color RGB value is (223,191,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 00001011
Octal 337 277 13
Decimal 223 191 11
Hex DF BF B

RGB Percentages of Color #dfbf0b

%52.47
%44.94
%2.59

CMYK Percentages of Color #dfbf0b

%0
%14
%95
%13

Triadic Colors of #dfbf0b

#dfbf0b #0bdfbf #bf0bdf

Analogous Colors of #dfbf0b

#dfbf0b #95df0b #df550b

Monochromatic Colors of #dfbf0b

#dfbf0b

Complementary Color

#dfbf0b #0b2bdf

#dfbf0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf0b Color CSS Codes

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

#dfbf0b Text Font Color

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

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


#dfbf0b Background Color

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

This div background color is #dfbf0b


#dfbf0b Border Color

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

This div border color is #dfbf0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbf0b


Comments

No comments written yet.

Please login to write comment.