Color Hex Logo

#dfc329 Color Hex

#DFC329
(223,195,41)
0 Favorites   0 Comments

Color spaces of #dfc329

RGB 22319541
HSL0.140.740.52
HSV51°82°87°
CMYK 0.000.130.82   0.13
XYZ50.346854.878310.0368
Yxy54.87830.43680.4761
Hunter Lab74.0799-8.326143.8229
CIE-Lab78.9711-4.799973.3974

#dfc329 color RGB value is (223,195,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 00101001
Octal 337 303 51
Decimal 223 195 41
Hex DF C3 29

RGB Percentages of Color #dfc329

%48.58
%42.48
%8.93

CMYK Percentages of Color #dfc329

%0
%13
%82
%13

Triadic Colors of #dfc329

#dfc329 #29dfc3 #c329df

Analogous Colors of #dfc329

#dfc329 #a0df29 #df6829

Monochromatic Colors of #dfc329

#dfc329

Complementary Color

#dfc329 #2945df

#dfc329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc329 Color CSS Codes

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

#dfc329 Text Font Color

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

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


#dfc329 Background Color

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

This div background color is #dfc329


#dfc329 Border Color

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

This div border color is #dfc329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc329


Comments

No comments written yet.

Please login to write comment.