Color Hex Logo

#dfb15c Color Hex

#DFB15C
(223,177,92)
0 Favorites   0 Comments

Color spaces of #dfb15c

RGB 22317792
HSL0.110.670.62
HSV39°59°87°
CMYK 0.000.210.59   0.13
XYZ48.085347.905016.8374
Yxy47.90500.42620.4246
Hunter Lab69.21342.887534.0261
CIE-Lab74.76507.179649.1414

#dfb15c color RGB value is (223,177,92).

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

The process color (four color CMYK) of #dfb15c color hex is 0.00, 0.21, 0.59, 0.13. Web safe color of #dfb15c is #cc9966. Color #dfb15c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 01011100
Octal 337 261 134
Decimal 223 177 92
Hex DF B1 5C

RGB Percentages of Color #dfb15c

%45.33
%35.98
%18.70

CMYK Percentages of Color #dfb15c

%0
%21
%59
%13

Triadic Colors of #dfb15c

#dfb15c #5cdfb1 #b15cdf

Analogous Colors of #dfb15c

#dfb15c #ccdf5c #df705c

Monochromatic Colors of #dfb15c

#dfb15c

Complementary Color

#dfb15c #5c8adf

#dfb15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb15c Color CSS Codes

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

#dfb15c Text Font Color

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

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


#dfb15c Background Color

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

This div background color is #dfb15c


#dfb15c Border Color

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

This div border color is #dfb15c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb15c


Comments

No comments written yet.

Please login to write comment.