Color Hex Logo

#dfc48b Color Hex

#DFC48B
(223,196,139)
0 Favorites   0 Comments

Color spaces of #dfc48b

RGB 223196139
HSL0.110.570.71
HSV41°38°87°
CMYK 0.000.120.38   0.13
XYZ54.831657.031932.5444
Yxy57.03190.37970.3949
Hunter Lab75.5195-2.557527.3132
CIE-Lab80.19751.586232.1361

#dfc48b color RGB value is (223,196,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 10001011
Octal 337 304 213
Decimal 223 196 139
Hex DF C4 8B

RGB Percentages of Color #dfc48b

%39.96
%35.13
%24.91

CMYK Percentages of Color #dfc48b

%0
%12
%38
%13

Triadic Colors of #dfc48b

#dfc48b #8bdfc4 #c48bdf

Analogous Colors of #dfc48b

#dfc48b #d0df8b #df9a8b

Monochromatic Colors of #dfc48b

#dfc48b

Complementary Color

#dfc48b #8ba6df

#dfc48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc48b Color CSS Codes

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

#dfc48b Text Font Color

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

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


#dfc48b Background Color

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

This div background color is #dfc48b


#dfc48b Border Color

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

This div border color is #dfc48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc48b


Comments

No comments written yet.

Please login to write comment.