Color Hex Logo

#dfc140 Color Hex

#DFC140
(223,193,64)
0 Favorites   0 Comments

Color spaces of #dfc140

RGB 22319364
HSL0.140.710.56
HSV49°71°87°
CMYK 0.000.130.71   0.13
XYZ50.426854.198112.6540
Yxy54.19810.43000.4621
Hunter Lab73.6194-6.567341.3425
CIE-Lab78.5771-2.887465.4634

#dfc140 color RGB value is (223,193,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 01000000
Octal 337 301 100
Decimal 223 193 64
Hex DF C1 40

RGB Percentages of Color #dfc140

%46.46
%40.21
%13.33

CMYK Percentages of Color #dfc140

%0
%13
%71
%13

Triadic Colors of #dfc140

#dfc140 #40dfc1 #c140df

Analogous Colors of #dfc140

#dfc140 #aedf40 #df7240

Monochromatic Colors of #dfc140

#dfc140

Complementary Color

#dfc140 #405edf

#dfc140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc140 Color CSS Codes

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

#dfc140 Text Font Color

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

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


#dfc140 Background Color

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

This div background color is #dfc140


#dfc140 Border Color

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

This div border color is #dfc140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc140


Comments

No comments written yet.

Please login to write comment.