Color Hex Logo

#dfb93a Color Hex

#DFB93A
(223,185,58)
0 Favorites   0 Comments

Color spaces of #dfb93a

RGB 22318558
HSL0.130.720.55
HSV46°74°87°
CMYK 0.000.170.74   0.13
XYZ48.544150.691411.2289
Yxy50.69140.43950.4589
Hunter Lab71.1979-2.891640.4877
CIE-Lab76.49170.999965.6786

#dfb93a color RGB value is (223,185,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 00111010
Octal 337 271 72
Decimal 223 185 58
Hex DF B9 3A

RGB Percentages of Color #dfb93a

%47.85
%39.70
%12.45

CMYK Percentages of Color #dfb93a

%0
%17
%74
%13

Triadic Colors of #dfb93a

#dfb93a #3adfb9 #b93adf

Analogous Colors of #dfb93a

#dfb93a #b3df3a #df673a

Monochromatic Colors of #dfb93a

#dfb93a

Complementary Color

#dfb93a #3a60df

#dfb93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb93a Color CSS Codes

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

#dfb93a Text Font Color

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

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


#dfb93a Background Color

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

This div background color is #dfb93a


#dfb93a Border Color

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

This div border color is #dfb93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb93a


Comments

No comments written yet.

Please login to write comment.