Color Hex Logo

#dfc217 Color Hex

#DFC217
(223,194,23)
0 Favorites   0 Comments

Color spaces of #dfc217

RGB 22319423
HSL0.140.810.48
HSV51°90°87°
CMYK 0.000.130.90   0.13
XYZ49.877954.33348.6692
Yxy54.33340.44190.4813
Hunter Lab73.7112-8.209644.6247
CIE-Lab78.6557-4.700477.1590

#dfc217 color RGB value is (223,194,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 00010111
Octal 337 302 27
Decimal 223 194 23
Hex DF C2 17

RGB Percentages of Color #dfc217

%50.68
%44.09
%5.23

CMYK Percentages of Color #dfc217

%0
%13
%90
%13

Triadic Colors of #dfc217

#dfc217 #17dfc2 #c217df

Analogous Colors of #dfc217

#dfc217 #98df17 #df5e17

Monochromatic Colors of #dfc217

#dfc217

Complementary Color

#dfc217 #1734df

#dfc217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc217 Color CSS Codes

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

#dfc217 Text Font Color

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

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


#dfc217 Background Color

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

This div background color is #dfc217


#dfc217 Border Color

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

This div border color is #dfc217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc217

#dfc217 Color Palettes


Comments

No comments written yet.

Please login to write comment.