Color Hex Logo

#dfc52e Color Hex

#DFC52E
(223,197,46)
0 Favorites   0 Comments

Color spaces of #dfc52e

RGB 22319746
HSL0.140.730.53
HSV51°79°87°
CMYK 0.000.120.79   0.13
XYZ50.890855.817710.6764
Yxy55.81770.43350.4755
Hunter Lab74.7112-9.156443.8252
CIE-Lab79.5100-5.670672.4467

#dfc52e color RGB value is (223,197,46).

#dfc52e hex color red value is 223, green value is 197 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dfc52e hue: 0.14 , saturation: 0.73 and the lightness value of dfc52e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000101 00101110
Octal 337 305 56
Decimal 223 197 46
Hex DF C5 2E

RGB Percentages of Color #dfc52e

%47.85
%42.27
%9.87

CMYK Percentages of Color #dfc52e

%0
%12
%79
%13

Triadic Colors of #dfc52e

#dfc52e #2edfc5 #c52edf

Analogous Colors of #dfc52e

#dfc52e #a1df2e #df6d2e

Monochromatic Colors of #dfc52e

#dfc52e

Complementary Color

#dfc52e #2e48df

#dfc52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc52e Color CSS Codes

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

#dfc52e Text Font Color

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

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


#dfc52e Background Color

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

This div background color is #dfc52e


#dfc52e Border Color

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

This div border color is #dfc52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc52e


Comments

No comments written yet.

Please login to write comment.