Color Hex Logo

#dfc66d Color Hex

#DFC66D
(223,198,109)
0 Favorites   0 Comments

Color spaces of #dfc66d

RGB 223198109
HSL0.130.640.65
HSV47°51°87°
CMYK 0.000.110.51   0.13
XYZ53.385857.180322.6912
Yxy57.18030.40060.4291
Hunter Lab75.6177-6.310535.1407
CIE-Lab80.2809-2.464147.4258

#dfc66d color RGB value is (223,198,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 01101101
Octal 337 306 155
Decimal 223 198 109
Hex DF C6 6D

RGB Percentages of Color #dfc66d

%42.08
%37.36
%20.57

CMYK Percentages of Color #dfc66d

%0
%11
%51
%13

Triadic Colors of #dfc66d

#dfc66d #6ddfc6 #c66ddf

Analogous Colors of #dfc66d

#dfc66d #bfdf6d #df8d6d

Monochromatic Colors of #dfc66d

#dfc66d

Complementary Color

#dfc66d #6d86df

#dfc66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc66d Color CSS Codes

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

#dfc66d Text Font Color

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

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


#dfc66d Background Color

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

This div background color is #dfc66d


#dfc66d Border Color

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

This div border color is #dfc66d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc66d


Comments

No comments written yet.

Please login to write comment.