Color Hex Logo

#dfbf92 Color Hex

#DFBF92
(223,191,146)
0 Favorites   0 Comments

Color spaces of #dfbf92

RGB 223191146
HSL0.100.550.72
HSV35°35°87°
CMYK 0.000.140.35   0.13
XYZ54.250555.024934.9557
Yxy55.02490.37610.3815
Hunter Lab74.17880.732823.9856
CIE-Lab79.05565.032726.9430

#dfbf92 color RGB value is (223,191,146).

#dfbf92 hex color red value is 223, green value is 191 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dfbf92 hue: 0.10 , saturation: 0.55 and the lightness value of dfbf92 is 0.72.

The process color (four color CMYK) of #dfbf92 color hex is 0.00, 0.14, 0.35, 0.13. Web safe color of #dfbf92 is #cccc99. Color #dfbf92 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 10010010
Octal 337 277 222
Decimal 223 191 146
Hex DF BF 92

RGB Percentages of Color #dfbf92

%39.82
%34.11
%26.07

CMYK Percentages of Color #dfbf92

%0
%14
%35
%13

Triadic Colors of #dfbf92

#dfbf92 #92dfbf #bf92df

Analogous Colors of #dfbf92

#dfbf92 #d9df92 #df9992

Monochromatic Colors of #dfbf92

#dfbf92

Complementary Color

#dfbf92 #92b2df

#dfbf92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf92 Color CSS Codes

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

#dfbf92 Text Font Color

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

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


#dfbf92 Background Color

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

This div background color is #dfbf92


#dfbf92 Border Color

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

This div border color is #dfbf92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbf92

#dfbf92 Color Palettes


Comments

No comments written yet.

Please login to write comment.