Color Hex Logo

#dfc817 Color Hex

#DFC817
(223,200,23)
0 Favorites   0 Comments

Color spaces of #dfc817

RGB 22320023
HSL0.150.810.48
HSV53°90°87°
CMYK 0.000.100.90   0.13
XYZ51.240457.05849.1233
Yxy57.05840.43640.4859
Hunter Lab75.5370-11.104645.7149
CIE-Lab80.2124-7.770978.3662

#dfc817 color RGB value is (223,200,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 00010111
Octal 337 310 27
Decimal 223 200 23
Hex DF C8 17

RGB Percentages of Color #dfc817

%50.00
%44.84
%5.16

CMYK Percentages of Color #dfc817

%0
%10
%90
%13

Triadic Colors of #dfc817

#dfc817 #17dfc8 #c817df

Analogous Colors of #dfc817

#dfc817 #92df17 #df6417

Monochromatic Colors of #dfc817

#dfc817

Complementary Color

#dfc817 #172edf

#dfc817 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc817 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc817 Color CSS Codes

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

#dfc817 Text Font Color

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

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


#dfc817 Background Color

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

This div background color is #dfc817


#dfc817 Border Color

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

This div border color is #dfc817


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc817


Comments

No comments written yet.

Please login to write comment.