Color Hex Logo

#dfc412 Color Hex

#DFC412
(223,196,18)
0 Favorites   0 Comments

Color spaces of #dfc412

RGB 22319618
HSL0.140.850.47
HSV52°92°87°
CMYK 0.000.120.92   0.13
XYZ50.280555.21158.5791
Yxy55.21150.44080.4840
Hunter Lab74.3044-9.245045.1676
CIE-Lab79.1629-5.804478.3326

#dfc412 color RGB value is (223,196,18).

#dfc412 hex color red value is 223, green value is 196 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dfc412 hue: 0.14 , saturation: 0.85 and the lightness value of dfc412 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 00010010
Octal 337 304 22
Decimal 223 196 18
Hex DF C4 12

RGB Percentages of Color #dfc412

%51.03
%44.85
%4.12

CMYK Percentages of Color #dfc412

%0
%12
%92
%13

Triadic Colors of #dfc412

#dfc412 #12dfc4 #c412df

Analogous Colors of #dfc412

#dfc412 #94df12 #df5d12

Monochromatic Colors of #dfc412

#dfc412

Complementary Color

#dfc412 #122ddf

#dfc412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc412 Color CSS Codes

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

#dfc412 Text Font Color

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

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


#dfc412 Background Color

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

This div background color is #dfc412


#dfc412 Border Color

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

This div border color is #dfc412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc412


Comments

No comments written yet.

Please login to write comment.