#DFB195

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

Shades of Pancho #DFB195

Tints of Pancho #DFB195

Color information

#DFB195 (or 0xDFB195) is unknown color: approx Pancho. HEX triplet: DF, B1 and 95. RGB value is (223,177,149). Sum of RGB (Red+Green+Blue) = 223+177+149=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB195 is #204E6A. Grayscale: #BBBBBB. Windows color (decimal): -2117227 or 9810399. OLE color: 9810399.

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

Color convert

RGB223177149-
CMYK00.210.330.13
HSL22.7º53.62%72.94%-
HSV(B)22.7º33.18%87.45%-
XYZ51.5849.335.23-
YUV187.56106.24153.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.62%
GREEN value IS 177 (69.53% from 255) = 32.24%
BLUE value IS 149 (58.59% from 255) = 27.14%
R=40.62%
G=32.24%
B=27.14%

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
Decimal22317714900.210.330.1322.753.6272.94
HexDFB19501521D173649
Octal33726122502541152766111
Binary1101111110110001100101010101011000011101101111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB195; }

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

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

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

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

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

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

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

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