Color Hex Logo

#dfc129 Color Hex

#DFC129
(223,193,41)
0 Favorites   0 Comments

Color spaces of #dfc129

RGB 22319341
HSL0.140.740.52
HSV50°82°87°
CMYK 0.000.130.82   0.13
XYZ49.901653.98809.8884
Yxy53.98800.43860.4745
Hunter Lab73.4765-7.355643.4544
CIE-Lab78.4547-3.770172.9546

#dfc129 color RGB value is (223,193,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 00101001
Octal 337 301 51
Decimal 223 193 41
Hex DF C1 29

RGB Percentages of Color #dfc129

%48.80
%42.23
%8.97

CMYK Percentages of Color #dfc129

%0
%13
%82
%13

Triadic Colors of #dfc129

#dfc129 #29dfc1 #c129df

Analogous Colors of #dfc129

#dfc129 #a2df29 #df6629

Monochromatic Colors of #dfc129

#dfc129

Complementary Color

#dfc129 #2947df

#dfc129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc129 Color CSS Codes

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

#dfc129 Text Font Color

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

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


#dfc129 Background Color

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

This div background color is #dfc129


#dfc129 Border Color

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

This div border color is #dfc129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc129


Comments

No comments written yet.

Please login to write comment.