Color Hex Logo

#dfb95f Color Hex

#DFB95F
(223,185,95)
0 Favorites   0 Comments

Color spaces of #dfb95f

RGB 22318595
HSL0.120.670.62
HSV42°57°87°
CMYK 0.000.170.57   0.13
XYZ49.845951.212118.0842
Yxy51.21210.41840.4298
Hunter Lab71.5626-0.903035.1110
CIE-Lab76.80733.180750.0758

#dfb95f color RGB value is (223,185,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 01011111
Octal 337 271 137
Decimal 223 185 95
Hex DF B9 5F

RGB Percentages of Color #dfb95f

%44.33
%36.78
%18.89

CMYK Percentages of Color #dfb95f

%0
%17
%57
%13

Triadic Colors of #dfb95f

#dfb95f #5fdfb9 #b95fdf

Analogous Colors of #dfb95f

#dfb95f #c5df5f #df795f

Monochromatic Colors of #dfb95f

#dfb95f

Complementary Color

#dfb95f #5f85df

#dfb95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb95f Color CSS Codes

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

#dfb95f Text Font Color

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

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


#dfb95f Background Color

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

This div background color is #dfb95f


#dfb95f Border Color

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

This div border color is #dfb95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb95f


Comments

No comments written yet.

Please login to write comment.