Color Hex Logo

#dfc641 Color Hex

#DFC641
(223,198,65)
0 Favorites   0 Comments

Color spaces of #dfc641

RGB 22319865
HSL0.140.710.56
HSV51°71°87°
CMYK 0.000.110.71   0.13
XYZ51.579656.457813.1799
Yxy56.45780.42550.4658
Hunter Lab75.1384-8.958942.1969
CIE-Lab79.8737-5.414866.3650

#dfc641 color RGB value is (223,198,65).

#dfc641 hex color red value is 223, green value is 198 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #dfc641 hue: 0.14 , saturation: 0.71 and the lightness value of dfc641 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 01000001
Octal 337 306 101
Decimal 223 198 65
Hex DF C6 41

RGB Percentages of Color #dfc641

%45.88
%40.74
%13.37

CMYK Percentages of Color #dfc641

%0
%11
%71
%13

Triadic Colors of #dfc641

#dfc641 #41dfc6 #c641df

Analogous Colors of #dfc641

#dfc641 #a9df41 #df7741

Monochromatic Colors of #dfc641

#dfc641

Complementary Color

#dfc641 #415adf

#dfc641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc641 Color CSS Codes

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

#dfc641 Text Font Color

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

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


#dfc641 Background Color

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

This div background color is #dfc641


#dfc641 Border Color

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

This div border color is #dfc641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc641


Comments

No comments written yet.

Please login to write comment.