Color Hex Logo

#dfb85f Color Hex

#DFB85F
(223,184,95)
0 Favorites   0 Comments

Color spaces of #dfb85f

RGB 22318495
HSL0.120.670.62
HSV42°57°87°
CMYK 0.000.170.57   0.13
XYZ49.637550.795218.0147
Yxy50.79520.41910.4288
Hunter Lab71.2708-0.405034.9031
CIE-Lab76.55483.706549.7814

#dfb85f color RGB value is (223,184,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 01011111
Octal 337 270 137
Decimal 223 184 95
Hex DF B8 5F

RGB Percentages of Color #dfb85f

%44.42
%36.65
%18.92

CMYK Percentages of Color #dfb85f

%0
%17
%57
%13

Triadic Colors of #dfb85f

#dfb85f #5fdfb8 #b85fdf

Analogous Colors of #dfb85f

#dfb85f #c6df5f #df785f

Monochromatic Colors of #dfb85f

#dfb85f

Complementary Color

#dfb85f #5f86df

#dfb85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb85f Color CSS Codes

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

#dfb85f Text Font Color

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

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


#dfb85f Background Color

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

This div background color is #dfb85f


#dfb85f Border Color

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

This div border color is #dfb85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb85f


Comments

No comments written yet.

Please login to write comment.