Color Hex Logo

#dfc283 Color Hex

#DFC283
(223,194,131)
0 Favorites   0 Comments

Color spaces of #dfc283

RGB 223194131
HSL0.110.590.69
HSV41°41°87°
CMYK 0.000.130.41   0.13
XYZ53.819955.910229.4279
Yxy55.91020.38680.4018
Hunter Lab74.7731-2.372929.0069
CIE-Lab79.56271.746835.4540

#dfc283 color RGB value is (223,194,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 10000011
Octal 337 302 203
Decimal 223 194 131
Hex DF C2 83

RGB Percentages of Color #dfc283

%40.69
%35.40
%23.91

CMYK Percentages of Color #dfc283

%0
%13
%41
%13

Triadic Colors of #dfc283

#dfc283 #83dfc2 #c283df

Analogous Colors of #dfc283

#dfc283 #cedf83 #df9483

Monochromatic Colors of #dfc283

#dfc283

Complementary Color

#dfc283 #83a0df

#dfc283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc283 Color CSS Codes

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

#dfc283 Text Font Color

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

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


#dfc283 Background Color

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

This div background color is #dfc283


#dfc283 Border Color

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

This div border color is #dfc283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc283


Comments

No comments written yet.

Please login to write comment.