Color Hex Logo

#dfd04a Color Hex

#DFD04A
(223,208,74)
0 Favorites   0 Comments

Color spaces of #dfd04a

RGB 22320874
HSL0.150.700.58
HSV54°67°87°
CMYK 0.000.070.67   0.13
XYZ54.223361.294115.4516
Yxy61.29410.41400.4680
Hunter Lab78.2905-13.381043.1018
CIE-Lab82.5366-10.040965.5706

#dfd04a color RGB value is (223,208,74).

#dfd04a hex color red value is 223, green value is 208 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dfd04a hue: 0.15 , saturation: 0.70 and the lightness value of dfd04a is 0.58.

The process color (four color CMYK) of #dfd04a color hex is 0.00, 0.07, 0.67, 0.13. Web safe color of #dfd04a is #cccc33. Color #dfd04a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 01001010
Octal 337 320 112
Decimal 223 208 74
Hex DF D0 4A

RGB Percentages of Color #dfd04a

%44.16
%41.19
%14.65

CMYK Percentages of Color #dfd04a

%0
%7
%67
%13

Triadic Colors of #dfd04a

#dfd04a #4adfd0 #d04adf

Analogous Colors of #dfd04a

#dfd04a #a4df4a #df864a

Monochromatic Colors of #dfd04a

#dfd04a

Complementary Color

#dfd04a #4a59df

#dfd04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd04a Color CSS Codes

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

#dfd04a Text Font Color

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

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


#dfd04a Background Color

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

This div background color is #dfd04a


#dfd04a Border Color

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

This div border color is #dfd04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd04a


Comments

No comments written yet.

Please login to write comment.