Color Hex Logo

#dfc08c Color Hex

#DFC08C
(223,192,140)
0 Favorites   0 Comments

Color spaces of #dfc08c

RGB 223192140
HSL0.100.560.71
HSV38°37°87°
CMYK 0.000.140.37   0.13
XYZ54.014755.280732.6343
Yxy55.28070.38060.3895
Hunter Lab74.3510-0.437126.0220
CIE-Lab79.20273.797030.2978

#dfc08c color RGB value is (223,192,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 10001100
Octal 337 300 214
Decimal 223 192 140
Hex DF C0 8C

RGB Percentages of Color #dfc08c

%40.18
%34.59
%25.23

CMYK Percentages of Color #dfc08c

%0
%14
%37
%13

Triadic Colors of #dfc08c

#dfc08c #8cdfc0 #c08cdf

Analogous Colors of #dfc08c

#dfc08c #d5df8c #df978c

Monochromatic Colors of #dfc08c

#dfc08c

Complementary Color

#dfc08c #8cabdf

#dfc08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc08c Color CSS Codes

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

#dfc08c Text Font Color

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

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


#dfc08c Background Color

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

This div background color is #dfc08c


#dfc08c Border Color

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

This div border color is #dfc08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc08c


Comments

No comments written yet.

Please login to write comment.