Color Hex Logo

#dfc18f Color Hex

#DFC18F
(223,193,143)
0 Favorites   0 Comments

Color spaces of #dfc18f

RGB 223193143
HSL0.100.560.72
HSV38°36°87°
CMYK 0.000.130.36   0.13
XYZ54.459355.811133.8889
Yxy55.81110.37780.3871
Hunter Lab74.7068-0.615225.3993
CIE-Lab79.50623.622029.1274

#dfc18f color RGB value is (223,193,143).

#dfc18f hex color red value is 223, green value is 193 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dfc18f hue: 0.10 , saturation: 0.56 and the lightness value of dfc18f is 0.72.

The process color (four color CMYK) of #dfc18f color hex is 0.00, 0.13, 0.36, 0.13. Web safe color of #dfc18f is #cccc99. Color #dfc18f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 10001111
Octal 337 301 217
Decimal 223 193 143
Hex DF C1 8F

RGB Percentages of Color #dfc18f

%39.89
%34.53
%25.58

CMYK Percentages of Color #dfc18f

%0
%13
%36
%13

Triadic Colors of #dfc18f

#dfc18f #8fdfc1 #c18fdf

Analogous Colors of #dfc18f

#dfc18f #d5df8f #df998f

Monochromatic Colors of #dfc18f

#dfc18f

Complementary Color

#dfc18f #8faddf

#dfc18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc18f Color CSS Codes

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

#dfc18f Text Font Color

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

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


#dfc18f Background Color

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

This div background color is #dfc18f


#dfc18f Border Color

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

This div border color is #dfc18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc18f


Comments

No comments written yet.

Please login to write comment.