Color Hex Logo

#dfc562 Color Hex

#DFC562
(223,197,98)
0 Favorites   0 Comments

Color spaces of #dfc562

RGB 22319798
HSL0.130.660.63
HSV48°56°87°
CMYK 0.000.120.56   0.13
XYZ52.602356.502319.6889
Yxy56.50230.40840.4387
Hunter Lab75.1680-6.630437.0877
CIE-Lab79.8988-2.845552.2460

#dfc562 color RGB value is (223,197,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000101 01100010
Octal 337 305 142
Decimal 223 197 98
Hex DF C5 62

RGB Percentages of Color #dfc562

%43.05
%38.03
%18.92

CMYK Percentages of Color #dfc562

%0
%12
%56
%13

Triadic Colors of #dfc562

#dfc562 #62dfc5 #c562df

Analogous Colors of #dfc562

#dfc562 #bbdf62 #df8762

Monochromatic Colors of #dfc562

#dfc562

Complementary Color

#dfc562 #627cdf

#dfc562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc562 Color CSS Codes

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

#dfc562 Text Font Color

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

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


#dfc562 Background Color

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

This div background color is #dfc562


#dfc562 Border Color

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

This div border color is #dfc562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc562


Comments

No comments written yet.

Please login to write comment.