Color Hex Logo

#dfda4d Color Hex

#DFDA4D
(223,218,77)
0 Favorites   0 Comments

Color spaces of #dfda4d

RGB 22321877
HSL0.160.700.59
HSV58°65°87°
CMYK 0.000.020.65   0.13
XYZ56.842466.366616.8353
Yxy66.36660.40590.4739
Hunter Lab81.4657-18.017244.7734
CIE-Lab85.1831-14.876167.1081

#dfda4d color RGB value is (223,218,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 01001101
Octal 337 332 115
Decimal 223 218 77
Hex DF DA 4D

RGB Percentages of Color #dfda4d

%43.05
%42.08
%14.86

CMYK Percentages of Color #dfda4d

%0
%2
%65
%13

Triadic Colors of #dfda4d

#dfda4d #4ddfda #da4ddf

Analogous Colors of #dfda4d

#dfda4d #9bdf4d #df914d

Monochromatic Colors of #dfda4d

#dfda4d

Complementary Color

#dfda4d #4d52df

#dfda4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfda4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfda4d Color CSS Codes

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

#dfda4d Text Font Color

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

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


#dfda4d Background Color

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

This div background color is #dfda4d


#dfda4d Border Color

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

This div border color is #dfda4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfda4d


Comments

No comments written yet.

Please login to write comment.