Color Hex Logo

#dfb044 Color Hex

#DFB044
(223,176,68)
0 Favorites   0 Comments

Color spaces of #dfb044

RGB 22317668
HSL0.120.710.57
HSV42°70°87°
CMYK 0.000.210.70   0.13
XYZ47.000147.156012.0937
Yxy47.15600.44240.4438
Hunter Lab68.67021.998237.6274
CIE-Lab74.28946.209359.5332

#dfb044 color RGB value is (223,176,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 01000100
Octal 337 260 104
Decimal 223 176 68
Hex DF B0 44

RGB Percentages of Color #dfb044

%47.75
%37.69
%14.56

CMYK Percentages of Color #dfb044

%0
%21
%70
%13

Triadic Colors of #dfb044

#dfb044 #44dfb0 #b044df

Analogous Colors of #dfb044

#dfb044 #c1df44 #df6344

Monochromatic Colors of #dfb044

#dfb044

Complementary Color

#dfb044 #4473df

#dfb044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb044 Color CSS Codes

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

#dfb044 Text Font Color

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

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


#dfb044 Background Color

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

This div background color is #dfb044


#dfb044 Border Color

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

This div border color is #dfb044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb044


Comments

No comments written yet.

Please login to write comment.