#DFBE95

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

Shades of Pancho #DFBE95

Tints of Pancho #DFBE95

Color information

#DFBE95 (or 0xDFBE95) is unknown color: approx Pancho. HEX triplet: DF, BE and 95. RGB value is (223,190,149). Sum of RGB (Red+Green+Blue) = 223+190+149=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE95 is #20416A. Grayscale: #C3C3C3. Windows color (decimal): -2113899 or 9813727. OLE color: 9813727.

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

Color convert

RGB223190149-
CMYK00.150.330.13
HSL33.24º53.62%72.94%-
HSV(B)33.24º33.18%87.45%-
XYZ54.2754.6836.13-
YUV195.19101.93147.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.68%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 149 (58.59% from 255) = 26.51%
R=39.68%
G=33.81%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319014900.150.330.1333.2453.6272.94
HexDFBE950F21D213649
Octal33727622501741154166111
Binary1101111110111110100101010111110000111011000011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBE95; }

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

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

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

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

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

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

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

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