Color Hex Logo

#dfb192 Color Hex

#DFB192
(223,177,146)
0 Favorites   0 Comments

Color spaces of #dfb192

RGB 223177146
HSL0.070.550.72
HSV24°35°87°
CMYK 0.000.210.35   0.13
XYZ51.341949.207633.9861
Yxy49.20760.38160.3658
Hunter Lab70.14817.886220.3783
CIE-Lab75.580312.463722.2292

#dfb192 color RGB value is (223,177,146).

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

The process color (four color CMYK) of #dfb192 color hex is 0.00, 0.21, 0.35, 0.13. Web safe color of #dfb192 is #cc9999. Color #dfb192 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 10010010
Octal 337 261 222
Decimal 223 177 146
Hex DF B1 92

RGB Percentages of Color #dfb192

%40.84
%32.42
%26.74

CMYK Percentages of Color #dfb192

%0
%21
%35
%13

Triadic Colors of #dfb192

#dfb192 #92dfb1 #b192df

Analogous Colors of #dfb192

#dfb192 #dfd892 #df929a

Monochromatic Colors of #dfb192

#dfb192

Complementary Color

#dfb192 #92c0df

#dfb192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb192 Color CSS Codes

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

#dfb192 Text Font Color

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

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


#dfb192 Background Color

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

This div background color is #dfb192


#dfb192 Border Color

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

This div border color is #dfb192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb192


Comments

No comments written yet.

Please login to write comment.