Color Hex Logo

#dfb93b Color Hex

#DFB93B
(223,185,59)
0 Favorites   0 Comments

Color spaces of #dfb93b

RGB 22318559
HSL0.130.720.55
HSV46°74°87°
CMYK 0.000.170.74   0.13
XYZ48.569850.701711.3642
Yxy50.70170.43900.4583
Hunter Lab71.2051-2.852240.3810
CIE-Lab76.49801.043565.3142

#dfb93b color RGB value is (223,185,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 00111011
Octal 337 271 73
Decimal 223 185 59
Hex DF B9 3B

RGB Percentages of Color #dfb93b

%47.75
%39.61
%12.63

CMYK Percentages of Color #dfb93b

%0
%17
%74
%13

Triadic Colors of #dfb93b

#dfb93b #3bdfb9 #b93bdf

Analogous Colors of #dfb93b

#dfb93b #b3df3b #df673b

Monochromatic Colors of #dfb93b

#dfb93b

Complementary Color

#dfb93b #3b61df

#dfb93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb93b Color CSS Codes

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

#dfb93b Text Font Color

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

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


#dfb93b Background Color

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

This div background color is #dfb93b


#dfb93b Border Color

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

This div border color is #dfb93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb93b


Comments

No comments written yet.

Please login to write comment.