Color Hex Logo

#dfbf0a Color Hex

#DFBF0A
(223,191,10)
0 Favorites   0 Comments

Color spaces of #dfbf0a

RGB 22319110
HSL0.140.910.46
HSV51°96°87°
CMYK 0.000.140.96   0.13
XYZ49.117052.97157.9229
Yxy52.97150.44650.4815
Hunter Lab72.7815-6.906044.4928
CIE-Lab77.8582-3.323978.3273

#dfbf0a color RGB value is (223,191,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 00001010
Octal 337 277 12
Decimal 223 191 10
Hex DF BF A

RGB Percentages of Color #dfbf0a

%52.59
%45.05
%2.36

CMYK Percentages of Color #dfbf0a

%0
%14
%96
%13

Triadic Colors of #dfbf0a

#dfbf0a #0adfbf #bf0adf

Analogous Colors of #dfbf0a

#dfbf0a #95df0a #df540a

Monochromatic Colors of #dfbf0a

#dfbf0a

Complementary Color

#dfbf0a #0a2adf

#dfbf0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf0a Color CSS Codes

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

#dfbf0a Text Font Color

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

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


#dfbf0a Background Color

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

This div background color is #dfbf0a


#dfbf0a Border Color

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

This div border color is #dfbf0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbf0a


Comments

No comments written yet.

Please login to write comment.