Color Hex Logo

#dfb30f Color Hex

#DFB30F
(223,179,15)
0 Favorites   0 Comments

Color spaces of #dfb30f

RGB 22317915
HSL0.130.870.47
HSV47°93°87°
CMYK 0.000.200.93   0.13
XYZ46.637747.96277.2516
Yxy47.96270.45790.4709
Hunter Lab69.2551-0.991242.2704
CIE-Lab74.80142.983875.4852

#dfb30f color RGB value is (223,179,15).

#dfb30f hex color red value is 223, green value is 179 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dfb30f hue: 0.13 , saturation: 0.87 and the lightness value of dfb30f is 0.47.

The process color (four color CMYK) of #dfb30f color hex is 0.00, 0.20, 0.93, 0.13. Web safe color of #dfb30f is #cccc00. Color #dfb30f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 00001111
Octal 337 263 17
Decimal 223 179 15
Hex DF B3 F

RGB Percentages of Color #dfb30f

%53.48
%42.93
%3.60

CMYK Percentages of Color #dfb30f

%0
%20
%93
%13

Triadic Colors of #dfb30f

#dfb30f #0fdfb3 #b30fdf

Analogous Colors of #dfb30f

#dfb30f #a3df0f #df4b0f

Monochromatic Colors of #dfb30f

#dfb30f

Complementary Color

#dfb30f #0f3bdf

#dfb30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb30f Color CSS Codes

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

#dfb30f Text Font Color

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

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


#dfb30f Background Color

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

This div background color is #dfb30f


#dfb30f Border Color

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

This div border color is #dfb30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb30f


Comments

No comments written yet.

Please login to write comment.