Color Hex Logo

#dfb360 Color Hex

#DFB360
(223,179,96)
0 Favorites   0 Comments

Color spaces of #dfb360

RGB 22317996
HSL0.110.660.63
HSV39°57°87°
CMYK 0.000.200.57   0.13
XYZ48.662848.772717.9156
Yxy48.77270.42190.4228
Hunter Lab69.83752.163433.6764
CIE-Lab75.30976.420247.8364

#dfb360 color RGB value is (223,179,96).

#dfb360 hex color red value is 223, green value is 179 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dfb360 hue: 0.11 , saturation: 0.66 and the lightness value of dfb360 is 0.63.

The process color (four color CMYK) of #dfb360 color hex is 0.00, 0.20, 0.57, 0.13. Web safe color of #dfb360 is #cccc66. Color #dfb360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 01100000
Octal 337 263 140
Decimal 223 179 96
Hex DF B3 60

RGB Percentages of Color #dfb360

%44.78
%35.94
%19.28

CMYK Percentages of Color #dfb360

%0
%20
%57
%13

Triadic Colors of #dfb360

#dfb360 #60dfb3 #b360df

Analogous Colors of #dfb360

#dfb360 #ccdf60 #df7460

Monochromatic Colors of #dfb360

#dfb360

Complementary Color

#dfb360 #608cdf

#dfb360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb360 Color CSS Codes

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

#dfb360 Text Font Color

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

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


#dfb360 Background Color

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

This div background color is #dfb360


#dfb360 Border Color

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

This div border color is #dfb360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb360


Comments

No comments written yet.

Please login to write comment.