Color Hex Logo

#dfba5c Color Hex

#DFBA5C
(223,186,92)
0 Favorites   0 Comments

Color spaces of #dfba5c

RGB 22318692
HSL0.120.670.62
HSV43°59°87°
CMYK 0.000.170.59   0.13
XYZ49.922151.578517.4497
Yxy51.57850.41970.4336
Hunter Lab71.8182-1.603335.8670
CIE-Lab77.02812.434351.7576

#dfba5c color RGB value is (223,186,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 01011100
Octal 337 272 134
Decimal 223 186 92
Hex DF BA 5C

RGB Percentages of Color #dfba5c

%44.51
%37.13
%18.36

CMYK Percentages of Color #dfba5c

%0
%17
%59
%13

Triadic Colors of #dfba5c

#dfba5c #5cdfba #ba5cdf

Analogous Colors of #dfba5c

#dfba5c #c3df5c #df795c

Monochromatic Colors of #dfba5c

#dfba5c

Complementary Color

#dfba5c #5c81df

#dfba5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfba5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfba5c Color CSS Codes

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

#dfba5c Text Font Color

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

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


#dfba5c Background Color

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

This div background color is #dfba5c


#dfba5c Border Color

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

This div border color is #dfba5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfba5c


Comments

No comments written yet.

Please login to write comment.