Color Hex Logo

#dfc12c Color Hex

#DFC12C
(223,193,44)
0 Favorites   0 Comments

Color spaces of #dfc12c

RGB 22319344
HSL0.140.740.52
HSV50°80°87°
CMYK 0.000.130.80   0.13
XYZ49.956054.009810.1748
Yxy54.00980.43770.4732
Hunter Lab73.4914-7.273943.2353
CIE-Lab78.4674-3.678472.1168

#dfc12c color RGB value is (223,193,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 00101100
Octal 337 301 54
Decimal 223 193 44
Hex DF C1 2C

RGB Percentages of Color #dfc12c

%48.48
%41.96
%9.57

CMYK Percentages of Color #dfc12c

%0
%13
%80
%13

Triadic Colors of #dfc12c

#dfc12c #2cdfc1 #c12cdf

Analogous Colors of #dfc12c

#dfc12c #a4df2c #df682c

Monochromatic Colors of #dfc12c

#dfc12c

Complementary Color

#dfc12c #2c4adf

#dfc12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc12c Color CSS Codes

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

#dfc12c Text Font Color

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

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


#dfc12c Background Color

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

This div background color is #dfc12c


#dfc12c Border Color

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

This div border color is #dfc12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc12c


Comments

No comments written yet.

Please login to write comment.