Color Hex Logo

#dfc818 Color Hex

#DFC818
(223,200,24)
0 Favorites   0 Comments

Color spaces of #dfc818

RGB 22320024
HSL0.150.810.48
HSV53°89°87°
CMYK 0.000.100.89   0.13
XYZ51.250657.06259.1771
Yxy57.06250.43620.4857
Hunter Lab75.5397-11.089645.6748
CIE-Lab80.2147-7.753978.1985

#dfc818 color RGB value is (223,200,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 00011000
Octal 337 310 30
Decimal 223 200 24
Hex DF C8 18

RGB Percentages of Color #dfc818

%49.89
%44.74
%5.37

CMYK Percentages of Color #dfc818

%0
%10
%89
%13

Triadic Colors of #dfc818

#dfc818 #18dfc8 #c818df

Analogous Colors of #dfc818

#dfc818 #93df18 #df6518

Monochromatic Colors of #dfc818

#dfc818

Complementary Color

#dfc818 #182fdf

#dfc818 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc818 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc818 Color CSS Codes

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

#dfc818 Text Font Color

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

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


#dfc818 Background Color

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

This div background color is #dfc818


#dfc818 Border Color

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

This div border color is #dfc818


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc818


Comments

No comments written yet.

Please login to write comment.