Color Hex Logo

#dfc88d Color Hex

#DFC88D
(223,200,141)
0 Favorites   0 Comments

Color spaces of #dfc88d

RGB 223200141
HSL0.120.560.71
HSV43°37°87°
CMYK 0.000.100.37   0.13
XYZ55.893458.919633.6260
Yxy58.91960.37650.3969
Hunter Lab76.7591-4.350727.7581
CIE-Lab81.2474-0.269432.4809

#dfc88d color RGB value is (223,200,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 10001101
Octal 337 310 215
Decimal 223 200 141
Hex DF C8 8D

RGB Percentages of Color #dfc88d

%39.54
%35.46
%25.00

CMYK Percentages of Color #dfc88d

%0
%10
%37
%13

Triadic Colors of #dfc88d

#dfc88d #8ddfc8 #c88ddf

Analogous Colors of #dfc88d

#dfc88d #cddf8d #df9f8d

Monochromatic Colors of #dfc88d

#dfc88d

Complementary Color

#dfc88d #8da4df

#dfc88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc88d Color CSS Codes

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

#dfc88d Text Font Color

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

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


#dfc88d Background Color

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

This div background color is #dfc88d


#dfc88d Border Color

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

This div border color is #dfc88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc88d


Comments

No comments written yet.

Please login to write comment.