Color Hex Logo

#dfb229 Color Hex

#DFB229
(223,178,41)
0 Favorites   0 Comments

Color spaces of #dfb229

RGB 22317841
HSL0.130.740.52
HSV45°82°87°
CMYK 0.000.200.82   0.13
XYZ46.752147.68898.8386
Yxy47.68890.45270.4617
Hunter Lab69.0572-0.004540.7515
CIE-Lab74.62834.052269.6583

#dfb229 color RGB value is (223,178,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 00101001
Octal 337 262 51
Decimal 223 178 41
Hex DF B2 29

RGB Percentages of Color #dfb229

%50.45
%40.27
%9.28

CMYK Percentages of Color #dfb229

%0
%20
%82
%13

Triadic Colors of #dfb229

#dfb229 #29dfb2 #b229df

Analogous Colors of #dfb229

#dfb229 #b1df29 #df5729

Monochromatic Colors of #dfb229

#dfb229

Complementary Color

#dfb229 #2956df

#dfb229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb229 Color CSS Codes

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

#dfb229 Text Font Color

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

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


#dfb229 Background Color

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

This div background color is #dfb229


#dfb229 Border Color

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

This div border color is #dfb229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb229


Comments

No comments written yet.

Please login to write comment.