#DFBF95

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

Shades of Pancho #DFBF95

Tints of Pancho #DFBF95

Color information

#DFBF95 (or 0xDFBF95) is unknown color: approx Pancho. HEX triplet: DF, BF and 95. RGB value is (223,191,149). Sum of RGB (Red+Green+Blue) = 223+191+149=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBF95 is #20406A. Grayscale: #C3C3C3. Windows color (decimal): -2113643 or 9813983. OLE color: 9813983.

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

Color convert

RGB223191149-
CMYK00.140.330.13
HSL34.05º53.62%72.94%-
HSV(B)34.05º33.18%87.45%-
XYZ54.4955.1236.2-
YUV195.78101.6147.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 149 (58.59% from 255) = 26.47%
R=39.61%
G=33.93%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319114900.140.330.1334.0553.6272.94
HexDFBF950E21D223649
Octal33727722501641154266111
Binary1101111110111111100101010111010000111011000101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBF95; }

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

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

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

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

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

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

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

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