Color Hex Logo

#dfd324 Color Hex

#DFD324
(223,211,36)
0 Favorites   0 Comments

Color spaces of #dfd324

RGB 22321136
HSL0.160.750.51
HSV56°84°87°
CMYK 0.000.050.84   0.13
XYZ54.044162.403910.8658
Yxy62.40390.42450.4902
Hunter Lab78.9961-16.125047.1420
CIE-Lab83.1277-13.046378.1421

#dfd324 color RGB value is (223,211,36).

#dfd324 hex color red value is 223, green value is 211 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #dfd324 hue: 0.16 , saturation: 0.75 and the lightness value of dfd324 is 0.51.

The process color (four color CMYK) of #dfd324 color hex is 0.00, 0.05, 0.84, 0.13. Web safe color of #dfd324 is #cccc33. Color #dfd324 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 00100100
Octal 337 323 44
Decimal 223 211 36
Hex DF D3 24

RGB Percentages of Color #dfd324

%47.45
%44.89
%7.66

CMYK Percentages of Color #dfd324

%0
%5
%84
%13

Triadic Colors of #dfd324

#dfd324 #24dfd3 #d324df

Analogous Colors of #dfd324

#dfd324 #8edf24 #df7624

Monochromatic Colors of #dfd324

#dfd324

Complementary Color

#dfd324 #2430df

#dfd324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd324 Color CSS Codes

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

#dfd324 Text Font Color

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

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


#dfd324 Background Color

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

This div background color is #dfd324


#dfd324 Border Color

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

This div border color is #dfd324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd324


Comments

No comments written yet.

Please login to write comment.