Color Hex Logo

#dfc40a Color Hex

#DFC40A
(223,196,10)
0 Favorites   0 Comments

Color spaces of #dfc40a

RGB 22319610
HSL0.150.910.46
HSV52°96°87°
CMYK 0.000.120.96   0.13
XYZ50.226155.18978.2926
Yxy55.18970.44170.4854
Hunter Lab74.2898-9.326245.3846
CIE-Lab79.1504-5.896379.2763

#dfc40a color RGB value is (223,196,10).

#dfc40a hex color red value is 223, green value is 196 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dfc40a hue: 0.15 , saturation: 0.91 and the lightness value of dfc40a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 00001010
Octal 337 304 12
Decimal 223 196 10
Hex DF C4 A

RGB Percentages of Color #dfc40a

%51.98
%45.69
%2.33

CMYK Percentages of Color #dfc40a

%0
%12
%96
%13

Triadic Colors of #dfc40a

#dfc40a #0adfc4 #c40adf

Analogous Colors of #dfc40a

#dfc40a #90df0a #df5a0a

Monochromatic Colors of #dfc40a

#dfc40a

Complementary Color

#dfc40a #0a25df

#dfc40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc40a Color CSS Codes

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

#dfc40a Text Font Color

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

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


#dfc40a Background Color

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

This div background color is #dfc40a


#dfc40a Border Color

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

This div border color is #dfc40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc40a


Comments

No comments written yet.

Please login to write comment.