Color Hex Logo

#dfd229 Color Hex

#DFD229
(223,210,41)
0 Favorites   0 Comments

Color spaces of #dfd229

RGB 22321041
HSL0.150.740.52
HSV56°82°87°
CMYK 0.000.060.82   0.13
XYZ53.878361.941311.2140
Yxy61.94130.42410.4876
Hunter Lab78.7028-15.532546.6440
CIE-Lab82.8822-12.411976.7382

#dfd229 color RGB value is (223,210,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 00101001
Octal 337 322 51
Decimal 223 210 41
Hex DF D2 29

RGB Percentages of Color #dfd229

%47.05
%44.30
%8.65

CMYK Percentages of Color #dfd229

%0
%6
%82
%13

Triadic Colors of #dfd229

#dfd229 #29dfd2 #d229df

Analogous Colors of #dfd229

#dfd229 #91df29 #df7729

Monochromatic Colors of #dfd229

#dfd229

Complementary Color

#dfd229 #2936df

#dfd229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd229 Color CSS Codes

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

#dfd229 Text Font Color

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

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


#dfd229 Background Color

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

This div background color is #dfd229


#dfd229 Border Color

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

This div border color is #dfd229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd229


Comments

No comments written yet.

Please login to write comment.