Color Hex Logo

#dfc12e Color Hex

#DFC12E
(223,193,46)
0 Favorites   0 Comments

Color spaces of #dfc12e

RGB 22319346
HSL0.140.730.53
HSV50°79°87°
CMYK 0.000.130.79   0.13
XYZ49.994554.025210.3777
Yxy54.02520.43700.4723
Hunter Lab73.5018-7.216043.0802
CIE-Lab78.4764-3.613571.5330

#dfc12e color RGB value is (223,193,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 00101110
Octal 337 301 56
Decimal 223 193 46
Hex DF C1 2E

RGB Percentages of Color #dfc12e

%48.27
%41.77
%9.96

CMYK Percentages of Color #dfc12e

%0
%13
%79
%13

Triadic Colors of #dfc12e

#dfc12e #2edfc1 #c12edf

Analogous Colors of #dfc12e

#dfc12e #a5df2e #df692e

Monochromatic Colors of #dfc12e

#dfc12e

Complementary Color

#dfc12e #2e4cdf

#dfc12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc12e Color CSS Codes

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

#dfc12e Text Font Color

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

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


#dfc12e Background Color

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

This div background color is #dfc12e


#dfc12e Border Color

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

This div border color is #dfc12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc12e


Comments

No comments written yet.

Please login to write comment.