Color Hex Logo

#dfc440 Color Hex

#DFC440
(223,196,64)
0 Favorites   0 Comments

Color spaces of #dfc440

RGB 22319664
HSL0.140.710.56
HSV50°71°87°
CMYK 0.000.120.71   0.13
XYZ51.096855.538012.8773
Yxy55.53800.42750.4647
Hunter Lab74.5238-8.029341.9217
CIE-Lab79.3502-4.434766.2254

#dfc440 color RGB value is (223,196,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 01000000
Octal 337 304 100
Decimal 223 196 64
Hex DF C4 40

RGB Percentages of Color #dfc440

%46.17
%40.58
%13.25

CMYK Percentages of Color #dfc440

%0
%12
%71
%13

Triadic Colors of #dfc440

#dfc440 #40dfc4 #c440df

Analogous Colors of #dfc440

#dfc440 #abdf40 #df7540

Monochromatic Colors of #dfc440

#dfc440

Complementary Color

#dfc440 #405bdf

#dfc440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc440 Color CSS Codes

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

#dfc440 Text Font Color

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

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


#dfc440 Background Color

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

This div background color is #dfc440


#dfc440 Border Color

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

This div border color is #dfc440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc440


Comments

No comments written yet.

Please login to write comment.