#DFB196

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

Shades of Pancho #DFB196

Tints of Pancho #DFB196

Color information

#DFB196 (or 0xDFB196) is unknown color: approx Pancho. HEX triplet: DF, B1 and 96. RGB value is (223,177,150). Sum of RGB (Red+Green+Blue) = 223+177+150=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB196 is #204E69. Grayscale: #BBBBBB. Windows color (decimal): -2117226 or 9875935. OLE color: 9875935.

HSL color Cylindrical-coordinate representation of color #DFB196: hue angle of 22.19º degrees, saturation: 0.53, 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 #DFB196 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB223177150-
CMYK00.210.330.13
HSL22.19º53.28%73.14%-
HSV(B)22.19º32.74%87.45%-
XYZ51.6649.3335.65-
YUV187.68106.74153.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.55%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 150 (58.98% from 255) = 27.27%
R=40.55%
G=32.18%
B=27.27%

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
Decimal22317715000.210.330.1322.1953.2873.14
HexDFB19601521D163549
Octal33726122602541152665111
Binary1101111110110001100101100101011000011101101101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB196; }

 p { color: rgb(223,177,150); }

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

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

 a { background-color: rgb(223,177,150); }

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

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

 span { border-color: rgb(223,177,150); }

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