Color Hex Logo

#dfba5b Color Hex

#DFBA5B
(223,186,91)
0 Favorites   0 Comments

Color spaces of #dfba5b

RGB 22318691
HSL0.120.670.62
HSV43°59°87°
CMYK 0.000.170.59   0.13
XYZ49.878751.561117.2209
Yxy51.56110.42030.4345
Hunter Lab71.8061-1.669036.0450
CIE-Lab77.01772.362552.2165

#dfba5b color RGB value is (223,186,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 01011011
Octal 337 272 133
Decimal 223 186 91
Hex DF BA 5B

RGB Percentages of Color #dfba5b

%44.60
%37.20
%18.20

CMYK Percentages of Color #dfba5b

%0
%17
%59
%13

Triadic Colors of #dfba5b

#dfba5b #5bdfba #ba5bdf

Analogous Colors of #dfba5b

#dfba5b #c2df5b #df785b

Monochromatic Colors of #dfba5b

#dfba5b

Complementary Color

#dfba5b #5b80df

#dfba5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfba5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfba5b Color CSS Codes

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

#dfba5b Text Font Color

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

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


#dfba5b Background Color

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

This div background color is #dfba5b


#dfba5b Border Color

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

This div border color is #dfba5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfba5b


Comments

No comments written yet.

Please login to write comment.