Color Hex Logo

#dfc94d Color Hex

#DFC94D
(223,201,77)
0 Favorites   0 Comments

Color spaces of #dfc94d

RGB 22320177
HSL0.140.700.59
HSV51°65°87°
CMYK 0.000.100.65   0.13
XYZ52.657657.997115.4404
Yxy57.99710.41760.4599
Hunter Lab76.1558-9.849741.2882
CIE-Lab80.7372-6.315262.4934

#dfc94d color RGB value is (223,201,77).

#dfc94d hex color red value is 223, green value is 201 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dfc94d hue: 0.14 , saturation: 0.70 and the lightness value of dfc94d is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 01001101
Octal 337 311 115
Decimal 223 201 77
Hex DF C9 4D

RGB Percentages of Color #dfc94d

%44.51
%40.12
%15.37

CMYK Percentages of Color #dfc94d

%0
%10
%65
%13

Triadic Colors of #dfc94d

#dfc94d #4ddfc9 #c94ddf

Analogous Colors of #dfc94d

#dfc94d #acdf4d #df804d

Monochromatic Colors of #dfc94d

#dfc94d

Complementary Color

#dfc94d #4d63df

#dfc94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc94d Color CSS Codes

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

#dfc94d Text Font Color

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

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


#dfc94d Background Color

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

This div background color is #dfc94d


#dfc94d Border Color

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

This div border color is #dfc94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc94d


Comments

No comments written yet.

Please login to write comment.