Color Hex Logo

#dfc612 Color Hex

#DFC612
(223,198,18)
0 Favorites   0 Comments

Color spaces of #dfc612

RGB 22319818
HSL0.150.850.47
HSV53°92°87°
CMYK 0.000.110.92   0.13
XYZ50.734756.11988.7305
Yxy56.11980.43890.4855
Hunter Lab74.9131-10.209445.5295
CIE-Lab79.6820-6.827578.7261

#dfc612 color RGB value is (223,198,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 00010010
Octal 337 306 22
Decimal 223 198 18
Hex DF C6 12

RGB Percentages of Color #dfc612

%50.80
%45.10
%4.10

CMYK Percentages of Color #dfc612

%0
%11
%92
%13

Triadic Colors of #dfc612

#dfc612 #12dfc6 #c612df

Analogous Colors of #dfc612

#dfc612 #92df12 #df6012

Monochromatic Colors of #dfc612

#dfc612

Complementary Color

#dfc612 #122bdf

#dfc612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc612 Color CSS Codes

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

#dfc612 Text Font Color

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

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


#dfc612 Background Color

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

This div background color is #dfc612


#dfc612 Border Color

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

This div border color is #dfc612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc612


Comments

No comments written yet.

Please login to write comment.