#DFB295

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

Shades of Pancho #DFB295

Tints of Pancho #DFB295

Color information

#DFB295 (or 0xDFB295) is unknown color: approx Pancho. HEX triplet: DF, B2 and 95. RGB value is (223,178,149). Sum of RGB (Red+Green+Blue) = 223+178+149=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB295 is #204D6A. Grayscale: #BCBCBC. Windows color (decimal): -2116971 or 9810655. OLE color: 9810655.

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

Color convert

RGB223178149-
CMYK00.200.330.13
HSL23.51º53.62%72.94%-
HSV(B)23.51º33.18%87.45%-
XYZ51.7849.735.3-
YUV188.15105.91152.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.55%
GREEN value IS 178 (69.92% from 255) = 32.36%
BLUE value IS 149 (58.59% from 255) = 27.09%
R=40.55%
G=32.36%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317814900.200.330.1323.5153.6272.94
HexDFB29501421D183649
Octal33726222502441153066111
Binary1101111110110010100101010101001000011101110001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB295; }

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

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

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

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

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

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

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

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