Color Hex Logo

#dfc23a Color Hex

#DFC23A
(223,194,58)
0 Favorites   0 Comments

Color spaces of #dfc23a

RGB 22319458
HSL0.140.720.55
HSV49°74°87°
CMYK 0.000.130.74   0.13
XYZ50.486954.577011.8765
Yxy54.57700.43170.4667
Hunter Lab73.8762-7.296842.1818
CIE-Lab78.7970-3.674567.8838

#dfc23a color RGB value is (223,194,58).

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

The process color (four color CMYK) of #dfc23a color hex is 0.00, 0.13, 0.74, 0.13. Web safe color of #dfc23a is #cccc33. Color #dfc23a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 00111010
Octal 337 302 72
Decimal 223 194 58
Hex DF C2 3A

RGB Percentages of Color #dfc23a

%46.95
%40.84
%12.21

CMYK Percentages of Color #dfc23a

%0
%13
%74
%13

Triadic Colors of #dfc23a

#dfc23a #3adfc2 #c23adf

Analogous Colors of #dfc23a

#dfc23a #aadf3a #df703a

Monochromatic Colors of #dfc23a

#dfc23a

Complementary Color

#dfc23a #3a57df

#dfc23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc23a Color CSS Codes

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

#dfc23a Text Font Color

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

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


#dfc23a Background Color

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

This div background color is #dfc23a


#dfc23a Border Color

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

This div border color is #dfc23a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc23a


Comments

No comments written yet.

Please login to write comment.