Color Hex Logo

#dfc90f Color Hex

#DFC90F
(223,201,15)
0 Favorites   0 Comments

Color spaces of #dfc90f

RGB 22320115
HSL0.150.870.47
HSV54°93°87°
CMYK 0.000.100.93   0.13
XYZ51.404357.49588.8404
Yxy57.49580.43660.4883
Hunter Lab75.8260-11.685946.1657
CIE-Lab80.4577-8.394579.7031

#dfc90f color RGB value is (223,201,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 00001111
Octal 337 311 17
Decimal 223 201 15
Hex DF C9 F

RGB Percentages of Color #dfc90f

%50.80
%45.79
%3.42

CMYK Percentages of Color #dfc90f

%0
%10
%93
%13

Triadic Colors of #dfc90f

#dfc90f #0fdfc9 #c90fdf

Analogous Colors of #dfc90f

#dfc90f #8ddf0f #df610f

Monochromatic Colors of #dfc90f

#dfc90f

Complementary Color

#dfc90f #0f25df

#dfc90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc90f Color CSS Codes

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

#dfc90f Text Font Color

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

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


#dfc90f Background Color

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

This div background color is #dfc90f


#dfc90f Border Color

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

This div border color is #dfc90f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,201,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 #dfc90f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc90f


Comments

No comments written yet.

Please login to write comment.