Color Hex Logo

#dfd24d Color Hex

#DFD24D
(223,210,77)
0 Favorites   0 Comments

Color spaces of #dfd24d

RGB 22321077
HSL0.150.700.59
HSV55°65°87°
CMYK 0.000.060.65   0.13
XYZ54.817662.317016.1604
Yxy62.31700.41130.4675
Hunter Lab78.9411-14.194543.1213
CIE-Lab83.0817-10.881064.9391

#dfd24d color RGB value is (223,210,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 01001101
Octal 337 322 115
Decimal 223 210 77
Hex DF D2 4D

RGB Percentages of Color #dfd24d

%43.73
%41.18
%15.10

CMYK Percentages of Color #dfd24d

%0
%6
%65
%13

Triadic Colors of #dfd24d

#dfd24d #4ddfd2 #d24ddf

Analogous Colors of #dfd24d

#dfd24d #a3df4d #df894d

Monochromatic Colors of #dfd24d

#dfd24d

Complementary Color

#dfd24d #4d5adf

#dfd24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd24d Color CSS Codes

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

#dfd24d Text Font Color

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

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


#dfd24d Background Color

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

This div background color is #dfd24d


#dfd24d Border Color

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

This div border color is #dfd24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd24d


Comments

No comments written yet.

Please login to write comment.