Color Hex Logo

#dfb940 Color Hex

#DFB940
(223,185,64)
0 Favorites   0 Comments

Color spaces of #dfb940

RGB 22318564
HSL0.130.710.56
HSV46°71°87°
CMYK 0.000.170.71   0.13
XYZ48.705850.756112.0803
Yxy50.75610.43670.4550
Hunter Lab71.2433-2.643539.8169
CIE-Lab76.53101.273763.4335

#dfb940 color RGB value is (223,185,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 01000000
Octal 337 271 100
Decimal 223 185 64
Hex DF B9 40

RGB Percentages of Color #dfb940

%47.25
%39.19
%13.56

CMYK Percentages of Color #dfb940

%0
%17
%71
%13

Triadic Colors of #dfb940

#dfb940 #40dfb9 #b940df

Analogous Colors of #dfb940

#dfb940 #b6df40 #df6a40

Monochromatic Colors of #dfb940

#dfb940

Complementary Color

#dfb940 #4066df

#dfb940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb940 Color CSS Codes

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

#dfb940 Text Font Color

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

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


#dfb940 Background Color

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

This div background color is #dfb940


#dfb940 Border Color

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

This div border color is #dfb940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb940


Comments

No comments written yet.

Please login to write comment.