Color Hex Logo

#dfc48d Color Hex

#DFC48D
(223,196,141)
0 Favorites   0 Comments

Color spaces of #dfc48d

RGB 223196141
HSL0.110.560.71
HSV40°37°87°
CMYK 0.000.120.37   0.13
XYZ54.979157.090933.3212
Yxy57.09090.37810.3927
Hunter Lab75.5585-2.344426.7442
CIE-Lab80.23071.816231.1377

#dfc48d color RGB value is (223,196,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 10001101
Octal 337 304 215
Decimal 223 196 141
Hex DF C4 8D

RGB Percentages of Color #dfc48d

%39.82
%35.00
%25.18

CMYK Percentages of Color #dfc48d

%0
%12
%37
%13

Triadic Colors of #dfc48d

#dfc48d #8ddfc4 #c48ddf

Analogous Colors of #dfc48d

#dfc48d #d1df8d #df9b8d

Monochromatic Colors of #dfc48d

#dfc48d

Complementary Color

#dfc48d #8da8df

#dfc48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc48d Color CSS Codes

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

#dfc48d Text Font Color

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

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


#dfc48d Background Color

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

This div background color is #dfc48d


#dfc48d Border Color

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

This div border color is #dfc48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc48d

#dfc48d Color Palettes


Comments

No comments written yet.

Please login to write comment.