Color Hex Logo

#dfc96d Color Hex

#DFC96D
(223,201,109)
0 Favorites   0 Comments

Color spaces of #dfc96d

RGB 223201109
HSL0.130.640.65
HSV48°51°87°
CMYK 0.000.100.51   0.13
XYZ54.078458.565422.9220
Yxy58.56540.39890.4320
Hunter Lab76.5280-7.787435.8108
CIE-Lab81.0521-4.012048.3548

#dfc96d color RGB value is (223,201,109).

#dfc96d hex color red value is 223, green value is 201 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dfc96d hue: 0.13 , saturation: 0.64 and the lightness value of dfc96d is 0.65.

The process color (four color CMYK) of #dfc96d color hex is 0.00, 0.10, 0.51, 0.13. Web safe color of #dfc96d is #cccc66. Color #dfc96d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 01101101
Octal 337 311 155
Decimal 223 201 109
Hex DF C9 6D

RGB Percentages of Color #dfc96d

%41.84
%37.71
%20.45

CMYK Percentages of Color #dfc96d

%0
%10
%51
%13

Triadic Colors of #dfc96d

#dfc96d #6ddfc9 #c96ddf

Analogous Colors of #dfc96d

#dfc96d #bcdf6d #df906d

Monochromatic Colors of #dfc96d

#dfc96d

Complementary Color

#dfc96d #6d83df

#dfc96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc96d Color CSS Codes

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

#dfc96d Text Font Color

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

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


#dfc96d Background Color

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

This div background color is #dfc96d


#dfc96d Border Color

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

This div border color is #dfc96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc96d


Comments

No comments written yet.

Please login to write comment.