Color Hex Logo

#dfc94c Color Hex

#DFC94C
(223,201,76)
0 Favorites   0 Comments

Color spaces of #dfc94c

RGB 22320176
HSL0.140.700.59
HSV51°66°87°
CMYK 0.000.100.66   0.13
XYZ52.622657.983115.2558
Yxy57.98310.41810.4607
Hunter Lab76.1466-9.900741.4240
CIE-Lab80.7294-6.372662.8973

#dfc94c color RGB value is (223,201,76).

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

The process color (four color CMYK) of #dfc94c color hex is 0.00, 0.10, 0.66, 0.13. Web safe color of #dfc94c is #cccc33. Color #dfc94c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 01001100
Octal 337 311 114
Decimal 223 201 76
Hex DF C9 4C

RGB Percentages of Color #dfc94c

%44.60
%40.20
%15.20

CMYK Percentages of Color #dfc94c

%0
%10
%66
%13

Triadic Colors of #dfc94c

#dfc94c #4cdfc9 #c94cdf

Analogous Colors of #dfc94c

#dfc94c #acdf4c #df804c

Monochromatic Colors of #dfc94c

#dfc94c

Complementary Color

#dfc94c #4c62df

#dfc94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc94c Color CSS Codes

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

#dfc94c Text Font Color

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

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


#dfc94c Background Color

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

This div background color is #dfc94c


#dfc94c Border Color

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

This div border color is #dfc94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc94c


Comments

No comments written yet.

Please login to write comment.