Color Hex Logo

#dfca73 Color Hex

#DFCA73
(223,202,115)
0 Favorites   0 Comments

Color spaces of #dfca73

RGB 223202115
HSL0.130.630.66
HSV48°48°87°
CMYK 0.000.090.48   0.13
XYZ54.646559.166824.7598
Yxy59.16680.39440.4270
Hunter Lab76.9200-7.797634.7591
CIE-Lab81.3832-3.993345.8274

#dfca73 color RGB value is (223,202,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 01110011
Octal 337 312 163
Decimal 223 202 115
Hex DF CA 73

RGB Percentages of Color #dfca73

%41.30
%37.41
%21.30

CMYK Percentages of Color #dfca73

%0
%9
%48
%13

Triadic Colors of #dfca73

#dfca73 #73dfca #ca73df

Analogous Colors of #dfca73

#dfca73 #bedf73 #df9473

Monochromatic Colors of #dfca73

#dfca73

Complementary Color

#dfca73 #7388df

#dfca73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca73 Color CSS Codes

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

#dfca73 Text Font Color

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

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


#dfca73 Background Color

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

This div background color is #dfca73


#dfca73 Border Color

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

This div border color is #dfca73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfca73


Comments

No comments written yet.

Please login to write comment.