Color Hex Logo

#dfc38d Color Hex

#DFC38D
(223,195,141)
0 Favorites   0 Comments

Color spaces of #dfc38d

RGB 223195141
HSL0.110.560.71
HSV40°37°87°
CMYK 0.000.130.37   0.13
XYZ54.754356.641333.2463
Yxy56.64130.37860.3916
Hunter Lab75.2604-1.841426.4909
CIE-Lab79.97742.339330.8020

#dfc38d color RGB value is (223,195,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 10001101
Octal 337 303 215
Decimal 223 195 141
Hex DF C3 8D

RGB Percentages of Color #dfc38d

%39.89
%34.88
%25.22

CMYK Percentages of Color #dfc38d

%0
%13
%37
%13

Triadic Colors of #dfc38d

#dfc38d #8ddfc3 #c38ddf

Analogous Colors of #dfc38d

#dfc38d #d2df8d #df9a8d

Monochromatic Colors of #dfc38d

#dfc38d

Complementary Color

#dfc38d #8da9df

#dfc38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc38d Color CSS Codes

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

#dfc38d Text Font Color

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

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


#dfc38d Background Color

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

This div background color is #dfc38d


#dfc38d Border Color

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

This div border color is #dfc38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc38d

#dfc38d Color Palettes


Comments

No comments written yet.

Please login to write comment.