Color Hex Logo

#dfd329 Color Hex

#DFD329
(223,211,41)
0 Favorites   0 Comments

Color spaces of #dfd329

RGB 22321141
HSL0.160.740.52
HSV56°82°87°
CMYK 0.000.050.82   0.13
XYZ54.125962.436611.2966
Yxy62.43660.42330.4883
Hunter Lab79.0168-16.008446.8354
CIE-Lab83.1451-12.912076.9618

#dfd329 color RGB value is (223,211,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 00101001
Octal 337 323 51
Decimal 223 211 41
Hex DF D3 29

RGB Percentages of Color #dfd329

%46.95
%44.42
%8.63

CMYK Percentages of Color #dfd329

%0
%5
%82
%13

Triadic Colors of #dfd329

#dfd329 #29dfd3 #d329df

Analogous Colors of #dfd329

#dfd329 #90df29 #df7829

Monochromatic Colors of #dfd329

#dfd329

Complementary Color

#dfd329 #2935df

#dfd329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd329 Color CSS Codes

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

#dfd329 Text Font Color

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

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


#dfd329 Background Color

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

This div background color is #dfd329


#dfd329 Border Color

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

This div border color is #dfd329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd329


Comments

No comments written yet.

Please login to write comment.