Color Hex Logo

#dfc373 Color Hex

#DFC373
(223,195,115)
0 Favorites   0 Comments

Color spaces of #dfc373

RGB 223195115
HSL0.120.630.66
HSV44°48°87°
CMYK 0.000.130.48   0.13
XYZ53.041055.956024.2247
Yxy55.95600.39810.4200
Hunter Lab74.8037-4.337833.1619
CIE-Lab79.5888-0.370943.6193

#dfc373 color RGB value is (223,195,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 01110011
Octal 337 303 163
Decimal 223 195 115
Hex DF C3 73

RGB Percentages of Color #dfc373

%41.84
%36.59
%21.58

CMYK Percentages of Color #dfc373

%0
%13
%48
%13

Triadic Colors of #dfc373

#dfc373 #73dfc3 #c373df

Analogous Colors of #dfc373

#dfc373 #c5df73 #df8d73

Monochromatic Colors of #dfc373

#dfc373

Complementary Color

#dfc373 #738fdf

#dfc373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc373 Color CSS Codes

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

#dfc373 Text Font Color

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

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


#dfc373 Background Color

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

This div background color is #dfc373


#dfc373 Border Color

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

This div border color is #dfc373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc373


Comments

No comments written yet.

Please login to write comment.