Color Hex Logo

#dfb35f Color Hex

#DFB35F
(223,179,95)
0 Favorites   0 Comments

Color spaces of #dfb35f

RGB 22317995
HSL0.110.670.62
HSV39°57°87°
CMYK 0.000.200.57   0.13
XYZ48.617148.754417.6746
Yxy48.75440.42260.4238
Hunter Lab69.82442.092933.8690
CIE-Lab75.29836.344248.3104

#dfb35f color RGB value is (223,179,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 01011111
Octal 337 263 137
Decimal 223 179 95
Hex DF B3 5F

RGB Percentages of Color #dfb35f

%44.87
%36.02
%19.11

CMYK Percentages of Color #dfb35f

%0
%20
%57
%13

Triadic Colors of #dfb35f

#dfb35f #5fdfb3 #b35fdf

Analogous Colors of #dfb35f

#dfb35f #cbdf5f #df735f

Monochromatic Colors of #dfb35f

#dfb35f

Complementary Color

#dfb35f #5f8bdf

#dfb35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb35f Color CSS Codes

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

#dfb35f Text Font Color

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

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


#dfb35f Background Color

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

This div background color is #dfb35f


#dfb35f Border Color

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

This div border color is #dfb35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb35f


Comments

No comments written yet.

Please login to write comment.