Color Hex Logo

#dfb95a Color Hex

#DFB95A
(223,185,90)
0 Favorites   0 Comments

Color spaces of #dfb95a

RGB 22318590
HSL0.120.680.61
HSV43°60°87°
CMYK 0.000.170.60   0.13
XYZ49.625951.124116.9252
Yxy51.12410.42170.4345
Hunter Lab71.5011-1.237736.0161
CIE-Lab76.75412.815952.3847

#dfb95a color RGB value is (223,185,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 01011010
Octal 337 271 132
Decimal 223 185 90
Hex DF B9 5A

RGB Percentages of Color #dfb95a

%44.78
%37.15
%18.07

CMYK Percentages of Color #dfb95a

%0
%17
%60
%13

Triadic Colors of #dfb95a

#dfb95a #5adfb9 #b95adf

Analogous Colors of #dfb95a

#dfb95a #c3df5a #df775a

Monochromatic Colors of #dfb95a

#dfb95a

Complementary Color

#dfb95a #5a80df

#dfb95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb95a Color CSS Codes

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

#dfb95a Text Font Color

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

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


#dfb95a Background Color

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

This div background color is #dfb95a


#dfb95a Border Color

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

This div border color is #dfb95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb95a


Comments

No comments written yet.

Please login to write comment.