Color Hex Logo

#dfb034 Color Hex

#DFB034
(223,176,52)
0 Favorites   0 Comments

Color spaces of #dfb034

RGB 22317652
HSL0.120.730.54
HSV44°77°87°
CMYK 0.000.210.77   0.13
XYZ46.576646.98669.8633
Yxy46.98660.45030.4543
Hunter Lab68.54681.331539.4514
CIE-Lab74.18125.484865.6625

#dfb034 color RGB value is (223,176,52).

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

The process color (four color CMYK) of #dfb034 color hex is 0.00, 0.21, 0.77, 0.13. Web safe color of #dfb034 is #cc9933. Color #dfb034 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 00110100
Octal 337 260 64
Decimal 223 176 52
Hex DF B0 34

RGB Percentages of Color #dfb034

%49.45
%39.02
%11.53

CMYK Percentages of Color #dfb034

%0
%21
%77
%13

Triadic Colors of #dfb034

#dfb034 #34dfb0 #b034df

Analogous Colors of #dfb034

#dfb034 #b9df34 #df5b34

Monochromatic Colors of #dfb034

#dfb034

Complementary Color

#dfb034 #3463df

#dfb034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb034 Color CSS Codes

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

#dfb034 Text Font Color

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

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


#dfb034 Background Color

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

This div background color is #dfb034


#dfb034 Border Color

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

This div border color is #dfb034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb034


Comments

No comments written yet.

Please login to write comment.