Color Hex Logo

#dfc33a Color Hex

#DFC33A
(223,195,58)
0 Favorites   0 Comments

Color spaces of #dfc33a

RGB 22319558
HSL0.140.720.55
HSV50°74°87°
CMYK 0.000.130.74   0.13
XYZ50.710355.023711.9509
Yxy55.02370.43090.4676
Hunter Lab74.1780-7.783442.3723
CIE-Lab79.0549-4.189868.1294

#dfc33a color RGB value is (223,195,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 00111010
Octal 337 303 72
Decimal 223 195 58
Hex DF C3 3A

RGB Percentages of Color #dfc33a

%46.85
%40.97
%12.18

CMYK Percentages of Color #dfc33a

%0
%13
%74
%13

Triadic Colors of #dfc33a

#dfc33a #3adfc3 #c33adf

Analogous Colors of #dfc33a

#dfc33a #a9df3a #df713a

Monochromatic Colors of #dfc33a

#dfc33a

Complementary Color

#dfc33a #3a56df

#dfc33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc33a Color CSS Codes

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

#dfc33a Text Font Color

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

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


#dfc33a Background Color

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

This div background color is #dfc33a


#dfc33a Border Color

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

This div border color is #dfc33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc33a


Comments

No comments written yet.

Please login to write comment.