Color Hex Logo

#dfb334 Color Hex

#DFB334
(223,179,52)
0 Favorites   0 Comments

Color spaces of #dfb334

RGB 22317952
HSL0.120.730.54
HSV45°77°87°
CMYK 0.000.200.77   0.13
XYZ47.171448.176110.0615
Yxy48.17610.44750.4570
Hunter Lab69.4090-0.154539.9917
CIE-Lab74.93593.902866.3660

#dfb334 color RGB value is (223,179,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 00110100
Octal 337 263 64
Decimal 223 179 52
Hex DF B3 34

RGB Percentages of Color #dfb334

%49.12
%39.43
%11.45

CMYK Percentages of Color #dfb334

%0
%20
%77
%13

Triadic Colors of #dfb334

#dfb334 #34dfb3 #b334df

Analogous Colors of #dfb334

#dfb334 #b6df34 #df5e34

Monochromatic Colors of #dfb334

#dfb334

Complementary Color

#dfb334 #3460df

#dfb334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb334 Color CSS Codes

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

#dfb334 Text Font Color

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

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


#dfb334 Background Color

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

This div background color is #dfb334


#dfb334 Border Color

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

This div border color is #dfb334


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,179,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 #dfb334">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb334


Comments

No comments written yet.

Please login to write comment.