Color Hex Logo

#dfc611 Color Hex

#DFC611
(223,198,17)
0 Favorites   0 Comments

Color spaces of #dfc611

RGB 22319817
HSL0.150.860.47
HSV53°92°87°
CMYK 0.000.110.92   0.13
XYZ50.726756.11668.6883
Yxy56.11660.43910.4857
Hunter Lab74.9110-10.221345.5612
CIE-Lab79.6801-6.841078.8621

#dfc611 color RGB value is (223,198,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 00010001
Octal 337 306 21
Decimal 223 198 17
Hex DF C6 11

RGB Percentages of Color #dfc611

%50.91
%45.21
%3.88

CMYK Percentages of Color #dfc611

%0
%11
%92
%13

Triadic Colors of #dfc611

#dfc611 #11dfc6 #c611df

Analogous Colors of #dfc611

#dfc611 #91df11 #df5f11

Monochromatic Colors of #dfc611

#dfc611

Complementary Color

#dfc611 #112adf

#dfc611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc611 Color CSS Codes

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

#dfc611 Text Font Color

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

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


#dfc611 Background Color

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

This div background color is #dfc611


#dfc611 Border Color

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

This div border color is #dfc611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc611


Comments

No comments written yet.

Please login to write comment.