#DFB095

Color #DFB095 Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #DFB095

Tints of Pancho #DFB095

Color information

#DFB095 (or 0xDFB095) is unknown color: approx Pancho. HEX triplet: DF, B0 and 95. RGB value is (223,176,149). Sum of RGB (Red+Green+Blue) = 223+176+149=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB095 is #204F6A. Grayscale: #BBBBBB. Windows color (decimal): -2117483 or 9810143. OLE color: 9810143.

HSL color Cylindrical-coordinate representation of color #DFB095: hue angle of 21.89º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFB095 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB223176149-
CMYK00.210.330.13
HSL21.89º53.62%72.94%-
HSV(B)21.89º33.18%87.45%-
XYZ51.3848.9135.17-
YUV186.97106.57153.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 40.69%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=40.69%
G=32.12%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317614900.210.330.1321.8953.6272.94
HexDFB09501521D163649
Octal33726022502541152666111
Binary1101111110110000100101010101011000011101101101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB095; }

 p { color: rgb(223,176,149); }

 H1.HeaderClassName
 {
   color: #DFB095;
 }
 .AnyTagClassName
 {
   color: #DFB095;
 }
</style>
background-color css

<style>
 a { background-color: #DFB095; }

 a { background-color: rgb(223,176,149); }

 div.DivClassName
 {
   background-color: #DFB095;
 }
 .BgClassName
 {
   background-color: #DFB095;
 }
</style>
border-color css

<style>
 span { border-color: #DFB095; }

 span { border-color: rgb(223,176,149); }

 td.TdClassName
 {
   border-color: #DFB095;
 }
 .TagClassName
 {
   border-color: #DFB095;
 }
</style>