Color Hex Logo

#dfb934 Color Hex

#DFB934
(223,185,52)
0 Favorites   0 Comments

Color spaces of #dfb934

RGB 22318552
HSL0.130.730.54
HSV47°77°87°
CMYK 0.000.170.77   0.13
XYZ48.400250.633810.4712
Yxy50.63380.44200.4624
Hunter Lab71.1574-3.112541.0854
CIE-Lab76.45670.755767.7771

#dfb934 color RGB value is (223,185,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 00110100
Octal 337 271 64
Decimal 223 185 52
Hex DF B9 34

RGB Percentages of Color #dfb934

%48.48
%40.22
%11.30

CMYK Percentages of Color #dfb934

%0
%17
%77
%13

Triadic Colors of #dfb934

#dfb934 #34dfb9 #b934df

Analogous Colors of #dfb934

#dfb934 #b0df34 #df6334

Monochromatic Colors of #dfb934

#dfb934

Complementary Color

#dfb934 #345adf

#dfb934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb934 Color CSS Codes

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

#dfb934 Text Font Color

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

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


#dfb934 Background Color

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

This div background color is #dfb934


#dfb934 Border Color

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

This div border color is #dfb934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb934


Comments

No comments written yet.

Please login to write comment.