Color Hex Logo

#dfb939 Color Hex

#DFB939
(223,185,57)
0 Favorites   0 Comments

Color spaces of #dfb939

RGB 22318557
HSL0.130.720.55
HSV46°74°87°
CMYK 0.000.170.74   0.13
XYZ48.518950.681311.0961
Yxy50.68130.43990.4595
Hunter Lab71.1908-2.930240.5924
CIE-Lab76.48560.957266.0392

#dfb939 color RGB value is (223,185,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 00111001
Octal 337 271 71
Decimal 223 185 57
Hex DF B9 39

RGB Percentages of Color #dfb939

%47.96
%39.78
%12.26

CMYK Percentages of Color #dfb939

%0
%17
%74
%13

Triadic Colors of #dfb939

#dfb939 #39dfb9 #b939df

Analogous Colors of #dfb939

#dfb939 #b2df39 #df6639

Monochromatic Colors of #dfb939

#dfb939

Complementary Color

#dfb939 #395fdf

#dfb939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb939 Color CSS Codes

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

#dfb939 Text Font Color

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

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


#dfb939 Background Color

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

This div background color is #dfb939


#dfb939 Border Color

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

This div border color is #dfb939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb939


Comments

No comments written yet.

Please login to write comment.