Color Hex Logo

#dfc383 Color Hex

#DFC383
(223,195,131)
0 Favorites   0 Comments

Color spaces of #dfc383

RGB 223195131
HSL0.120.590.69
HSV42°41°87°
CMYK 0.000.130.41   0.13
XYZ54.043356.356929.5023
Yxy56.35690.38630.4028
Hunter Lab75.0712-2.873729.2494
CIE-Lab79.81651.224235.7827

#dfc383 color RGB value is (223,195,131).

#dfc383 hex color red value is 223, green value is 195 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dfc383 hue: 0.12 , saturation: 0.59 and the lightness value of dfc383 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 10000011
Octal 337 303 203
Decimal 223 195 131
Hex DF C3 83

RGB Percentages of Color #dfc383

%40.62
%35.52
%23.86

CMYK Percentages of Color #dfc383

%0
%13
%41
%13

Triadic Colors of #dfc383

#dfc383 #83dfc3 #c383df

Analogous Colors of #dfc383

#dfc383 #cddf83 #df9583

Monochromatic Colors of #dfc383

#dfc383

Complementary Color

#dfc383 #839fdf

#dfc383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc383 Color CSS Codes

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

#dfc383 Text Font Color

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

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


#dfc383 Background Color

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

This div background color is #dfc383


#dfc383 Border Color

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

This div border color is #dfc383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc383


Comments

No comments written yet.

Please login to write comment.