Color Hex Logo

#dfc98d Color Hex

#DFC98D
(223,201,141)
0 Favorites   0 Comments

Color spaces of #dfc98d

RGB 223201141
HSL0.120.560.71
HSV44°37°87°
CMYK 0.000.100.37   0.13
XYZ56.125859.384433.7035
Yxy59.38440.37610.3980
Hunter Lab77.0613-4.850928.0118
CIE-Lab81.5024-0.789032.8168

#dfc98d color RGB value is (223,201,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 10001101
Octal 337 311 215
Decimal 223 201 141
Hex DF C9 8D

RGB Percentages of Color #dfc98d

%39.47
%35.58
%24.96

CMYK Percentages of Color #dfc98d

%0
%10
%37
%13

Triadic Colors of #dfc98d

#dfc98d #8ddfc9 #c98ddf

Analogous Colors of #dfc98d

#dfc98d #ccdf8d #dfa08d

Monochromatic Colors of #dfc98d

#dfc98d

Complementary Color

#dfc98d #8da3df

#dfc98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc98d Color CSS Codes

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

#dfc98d Text Font Color

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

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


#dfc98d Background Color

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

This div background color is #dfc98d


#dfc98d Border Color

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

This div border color is #dfc98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc98d


Comments

No comments written yet.

Please login to write comment.