Color Hex Logo

#dfc588 Color Hex

#DFC588
(223,197,136)
0 Favorites   0 Comments

Color spaces of #dfc588

RGB 223197136
HSL0.120.580.70
HSV42°39°87°
CMYK 0.000.120.39   0.13
XYZ54.841657.398131.4810
Yxy57.39810.38160.3994
Hunter Lab75.7615-3.371728.3964
CIE-Lab80.40300.725933.9629

#dfc588 color RGB value is (223,197,136).

#dfc588 hex color red value is 223, green value is 197 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dfc588 hue: 0.12 , saturation: 0.58 and the lightness value of dfc588 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000101 10001000
Octal 337 305 210
Decimal 223 197 136
Hex DF C5 88

RGB Percentages of Color #dfc588

%40.11
%35.43
%24.46

CMYK Percentages of Color #dfc588

%0
%12
%39
%13

Triadic Colors of #dfc588

#dfc588 #88dfc5 #c588df

Analogous Colors of #dfc588

#dfc588 #cedf88 #df9a88

Monochromatic Colors of #dfc588

#dfc588

Complementary Color

#dfc588 #88a2df

#dfc588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc588 Color CSS Codes

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

#dfc588 Text Font Color

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

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


#dfc588 Background Color

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

This div background color is #dfc588


#dfc588 Border Color

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

This div border color is #dfc588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc588


Comments

No comments written yet.

Please login to write comment.