Color Hex Logo

#dfb93d Color Hex

#DFB93D
(223,185,61)
0 Favorites   0 Comments

Color spaces of #dfb93d

RGB 22318561
HSL0.130.720.56
HSV46°73°87°
CMYK 0.000.170.73   0.13
XYZ48.622750.722811.6427
Yxy50.72280.43810.4570
Hunter Lab71.2199-2.770840.1615
CIE-Lab76.51081.133264.5733

#dfb93d color RGB value is (223,185,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 00111101
Octal 337 271 75
Decimal 223 185 61
Hex DF B9 3D

RGB Percentages of Color #dfb93d

%47.55
%39.45
%13.01

CMYK Percentages of Color #dfb93d

%0
%17
%73
%13

Triadic Colors of #dfb93d

#dfb93d #3ddfb9 #b93ddf

Analogous Colors of #dfb93d

#dfb93d #b4df3d #df683d

Monochromatic Colors of #dfb93d

#dfb93d

Complementary Color

#dfb93d #3d63df

#dfb93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb93d Color CSS Codes

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

#dfb93d Text Font Color

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

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


#dfb93d Background Color

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

This div background color is #dfb93d


#dfb93d Border Color

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

This div border color is #dfb93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb93d


Comments

No comments written yet.

Please login to write comment.