Color Hex Logo

#dfbf00 Color Hex

#DFBF00
(223,191,0)
0 Favorites   0 Comments

Color spaces of #dfbf00

RGB 2231910
HSL0.141.000.44
HSV51°100°87°
CMYK 0.000.141.00   0.13
XYZ49.062252.94967.6344
Yxy52.94960.44750.4829
Hunter Lab72.7665-6.989244.7160
CIE-Lab77.8452-3.417479.3311

#dfbf00 color RGB value is (223,191,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 00000000
Octal 337 277 0
Decimal 223 191 0
Hex DF BF 0

RGB Percentages of Color #dfbf00

%53.86
%46.14
%0.00

CMYK Percentages of Color #dfbf00

%0
%14
%100
%13

Triadic Colors of #dfbf00

#dfbf00 #00dfbf #bf00df

Analogous Colors of #dfbf00

#dfbf00 #90df00 #df5000

Monochromatic Colors of #dfbf00

#dfbf00

Complementary Color

#dfbf00 #0020df

#dfbf00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf00 Color CSS Codes

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

#dfbf00 Text Font Color

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

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


#dfbf00 Background Color

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

This div background color is #dfbf00


#dfbf00 Border Color

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

This div border color is #dfbf00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbf00


Comments

No comments written yet.

Please login to write comment.