Color Hex Logo

#dfc917 Color Hex

#DFC917
(223,201,23)
0 Favorites   0 Comments

Color spaces of #dfc917

RGB 22320123
HSL0.150.810.48
HSV53°90°87°
CMYK 0.000.100.90   0.13
XYZ51.472757.52319.2008
Yxy57.52310.43550.4867
Hunter Lab75.8440-11.585245.8982
CIE-Lab80.4729-8.279778.5682

#dfc917 color RGB value is (223,201,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 00010111
Octal 337 311 27
Decimal 223 201 23
Hex DF C9 17

RGB Percentages of Color #dfc917

%49.89
%44.97
%5.15

CMYK Percentages of Color #dfc917

%0
%10
%90
%13

Triadic Colors of #dfc917

#dfc917 #17dfc9 #c917df

Analogous Colors of #dfc917

#dfc917 #91df17 #df6517

Monochromatic Colors of #dfc917

#dfc917

Complementary Color

#dfc917 #172ddf

#dfc917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc917 Color CSS Codes

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

#dfc917 Text Font Color

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

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


#dfc917 Background Color

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

This div background color is #dfc917


#dfc917 Border Color

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

This div border color is #dfc917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc917


Comments

No comments written yet.

Please login to write comment.