Color Hex Logo

#dfc464 Color Hex

#DFC464
(223,196,100)
0 Favorites   0 Comments

Color spaces of #dfc464

RGB 223196100
HSL0.130.660.63
HSV47°55°87°
CMYK 0.000.120.55   0.13
XYZ52.471656.087920.1171
Yxy56.08790.40780.4359
Hunter Lab74.8919-5.998036.4981
CIE-Lab79.6638-2.172751.0268

#dfc464 color RGB value is (223,196,100).

#dfc464 hex color red value is 223, green value is 196 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dfc464 hue: 0.13 , saturation: 0.66 and the lightness value of dfc464 is 0.63.

The process color (four color CMYK) of #dfc464 color hex is 0.00, 0.12, 0.55, 0.13. Web safe color of #dfc464 is #cccc66. Color #dfc464 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 01100100
Octal 337 304 144
Decimal 223 196 100
Hex DF C4 64

RGB Percentages of Color #dfc464

%42.97
%37.76
%19.27

CMYK Percentages of Color #dfc464

%0
%12
%55
%13

Triadic Colors of #dfc464

#dfc464 #64dfc4 #c464df

Analogous Colors of #dfc464

#dfc464 #bddf64 #df8764

Monochromatic Colors of #dfc464

#dfc464

Complementary Color

#dfc464 #647fdf

#dfc464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc464 Color CSS Codes

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

#dfc464 Text Font Color

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

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


#dfc464 Background Color

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

This div background color is #dfc464


#dfc464 Border Color

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

This div border color is #dfc464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc464


Comments

No comments written yet.

Please login to write comment.